You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ModelInstance interface expects a field "id" that is a number. this may not be the case, for example if using UUIDs as ids, instead of numbers.
additionally, when writing a database migration (new table), there is no way to specify that table.string("id") should be used as the primary key.
The text was updated successfully, but these errors were encountered:
Currently the ModelInstance interface expects a field "id" that is a number. this may not be the case, for example if using UUIDs as ids, instead of numbers.
additionally, when writing a database migration (new table), there is no way to specify that table.string("id") should be used as the primary key.
The text was updated successfully, but these errors were encountered: