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
I have two tables called tags and cards
There is also a table called card_tags for making relation between cards and their tags
I have disabled timestamp fields for the relation table because they are really unnecessary and i created a model CardTag with following content:
I have two tables called tags and cards
There is also a table called card_tags for making relation between cards and their tags
I have disabled timestamp fields for the relation table because they are really unnecessary and i created a model CardTag with following content:
But in runtime sounds like the framework is not using above model and gives this error:
Is there a way to disable timestamps for this table ?
Thanks.
The text was updated successfully, but these errors were encountered: