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
Hi! Thanks for your work. So glad someone is working on something like this.
I am trying to figure out the basic logic of the CRUD Generator.
I have managed to create a bunch of tables. After creating them I migrated and they were created successfully. Creating an one-to-many relationship succeeded after I tried several times and I think after reading the docs I even understand what I may have done.
Is this designed to work as a tool to tinker with or should I have a clear image in my head about the structure and relations of databases first? Can I add relations after having created the tables already?
Deleting tables does nothing, Firefox on Mac. Is this still a planned feature? Thanks.
The text was updated successfully, but these errors were encountered:
Hi @savolai thanks for submitting this issue, it's still a planned feature at the moment you can not alter the table after migrating the schema with the CRUD generator, you could solve this issue by using creating a new alter migration file.
cheers!!
Hi! Thanks for your work. So glad someone is working on something like this.
I am trying to figure out the basic logic of the CRUD Generator.
I have managed to create a bunch of tables. After creating them I migrated and they were created successfully. Creating an one-to-many relationship succeeded after I tried several times and I think after reading the docs I even understand what I may have done.
Is this designed to work as a tool to tinker with or should I have a clear image in my head about the structure and relations of databases first? Can I add relations after having created the tables already?
Deleting tables does nothing, Firefox on Mac. Is this still a planned feature? Thanks.
The text was updated successfully, but these errors were encountered: