Conversation
|
Thanks for the contribution, @feitianbubu. The AUTO_INCREMENT clause is a table attribute (not a column attribute) and it’s already implemented here: https://github.com/ariga/atlas/blob/master/sql/mysql/diff.go#L394. Do you have any issues with it? |
|
Thank you for your reply. @a8m example, when user change a |
|
Thanks for the response, @feitianbubu. Can you please describe the use case with "before" and "after" schemas? Do you try to add it to an existing column? Note that adding the AUTO_INCREMENT to a table without adding it to a column is ignored. |
|
Thanks for the response, @a8m ,
|
|
current commit pr will gen: |
No description provided.