Closed pirj closed 5 years ago
Clarify the warning message by adding a table name to it.
Before:
No unique index found with columns: ["color"]. Available indexes are: [].
After:
No unique index found with columns: ["color"] in table "fruits". Available indexes are: [].
Clarify the warning message by adding a table name to it.
Before:
After: