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
There is a method isCreated in trait ActiveRecordTables. If the methods returns true, nothing happens, otherwise all tables are created.
If there is a new table, nothing happens. I think it should be created instead.
There is a method
isCreatedin traitActiveRecordTables. If the methods returns true, nothing happens, otherwise all tables are created.If there is a new table, nothing happens. I think it should be created instead.