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

Migration change() bug #366

Closed
jpmateo022 opened this issue Feb 4, 2021 · 2 comments
Closed

Migration change() bug #366

jpmateo022 opened this issue Feb 4, 2021 · 2 comments
Labels
bug An existing feature is not working as intended

Comments

@jpmateo022
Copy link

jpmateo022 commented Feb 4, 2021

Hi it seems there is a bug in change() function for migration.

image

Here is my migration script.


        with self.schema.table('config_templates') as table:
            table.string('device_type',300).nullable().change()
            table.string('template_type',300).nullable().change()

What database are you using?

  • MySQL
@jpmateo022 jpmateo022 added the bug An existing feature is not working as intended label Feb 4, 2021
@jpmateo022
Copy link
Author

Yep Im using MySQL

@josephmancuso
Copy link
Member

Fixed. Will release

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

No branches or pull requests

2 participants