Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to edit tables after creating them? #154

Open
savolai opened this issue Mar 4, 2018 · 1 comment
Open

Is it possible to edit tables after creating them? #154

savolai opened this issue Mar 4, 2018 · 1 comment

Comments

@savolai
Copy link

savolai commented Mar 4, 2018

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.

@amranidev
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants