-
Notifications
You must be signed in to change notification settings - Fork 890
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
How to make primary key unsigned in an existing table? #2135
Comments
#2159 will make it possible to restore previous behavior for now We should also add docs on how to overcome those upgrading challenges however |
You'd want to use the
Before:
After:
@dereuromark Do you have a set place in mind to put this info? Just in the changelog for the next release that has feature flags? |
We might also want to add the details in docs and from release notes more like link to it. |
I guess add a note to it in the link I posted for this? I don't know another place that'd really fit. |
Good morning,
since as of phinx 0.13 PKs are unsigned by default, I would like to write a migration to update existing table and make their PKs unsigned, in order to preserve consistency between old and new future tables. I can't find a solution for doing this in the docs, there is a way? Thanks
The text was updated successfully, but these errors were encountered: