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

Add change schema #218

Closed
josephmancuso opened this issue Oct 24, 2020 · 0 comments
Closed

Add change schema #218

josephmancuso opened this issue Oct 24, 2020 · 0 comments
Labels
enhancement A feature that exists, works as intended but needs to be improved medium These issues are geared for people who have contributed to the project before Schema Related to the schema builder

Comments

@josephmancuso
Copy link
Member

Currently the only real way to modify a column is to drop it and create a new one. We need to be able to support a syntax like this:

table.string('col').change()

This would simply add this column to the changed_columns attribute on the Table class and will need be added to each of the platform classes.

@josephmancuso josephmancuso added this to To do in Phase 1 - Road to Documentation via automation Oct 24, 2020
@josephmancuso josephmancuso added Schema Related to the schema builder enhancement A feature that exists, works as intended but needs to be improved medium These issues are geared for people who have contributed to the project before labels Oct 24, 2020
@josephmancuso josephmancuso moved this from To do to In progress in Road to Version 1 Oct 25, 2020
Phase 1 - Road to Documentation automation moved this from To do to Done Oct 29, 2020
Road to Version 1 automation moved this from In progress to Done Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature that exists, works as intended but needs to be improved medium These issues are geared for people who have contributed to the project before Schema Related to the schema builder
Projects
No open projects
Development

No branches or pull requests

1 participant