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

The version column of migrations table is to small to a version number. #16

Closed
yesmeck opened this issue Jun 28, 2012 · 0 comments
Closed

Comments

@yesmeck
Copy link
Contributor

yesmeck commented Jun 28, 2012

I'm using Doctrine DBAL and MySql, and it creates a migrations table.But the version column int (10) is too small to a version number. When a version number like 20120628200012 insert into migrations table,MySql will convert it to 4294967295.
After I change the version column type to bigint, It works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants