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

PostgresPlatform's modify_column_string missing {length}? #727

Closed
os-nikita opened this issue Jun 17, 2022 · 0 comments · Fixed by #733
Closed

PostgresPlatform's modify_column_string missing {length}? #727

os-nikita opened this issue Jun 17, 2022 · 0 comments · Fixed by #733
Labels
bug An existing feature is not working as intended

Comments

@os-nikita
Copy link

os-nikita commented Jun 17, 2022

Describe the bug
It looks like for Postgres, using for example table.string("foo", 36).change() in a migration results in the column taking on a varchar field without any length specified. This seems to be due to the what is mentioned in this issue's title.

Expected behavior
Migrating a table to change a column should add the appropriate string length. Compare this to MySQLPlatform.py, for example.

@os-nikita os-nikita added the bug An existing feature is not working as intended label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An existing feature is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant