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 Denali Model.type field is used to look up the appropriate adapterModel to be used. Because Model.type is singular, we'll need to change to pluralizing Model.type in the ORM in order to support plural forms for table names
The text was updated successfully, but these errors were encountered:
Currently the Denali
Model.type
field is used to look up the appropriateadapterModel
to be used. BecauseModel.type
is singular, we'll need to change to pluralizingModel.type
in the ORM in order to support plural forms for table namesThe text was updated successfully, but these errors were encountered: