scaffold-interface icon indicating copy to clipboard operation
scaffold-interface copied to clipboard

Is it possible to edit tables after creating them?

Open savolai opened this issue 6 years ago • 1 comments

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.

savolai avatar Mar 04 '18 18:03 savolai

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!!

amranidev avatar Mar 05 '18 17:03 amranidev