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

bigint primary key assumed as auto incrementing #49

Open
marekr opened this issue May 1, 2017 · 1 comment
Open

bigint primary key assumed as auto incrementing #49

marekr opened this issue May 1, 2017 · 1 comment

Comments

@marekr
Copy link

marekr commented May 1, 2017

I have tables where the primary key is a big integer but it is not auto incrementing. The generated laravel migrations used bigIncrements instead of bigInteger.

@marekr
Copy link
Author

marekr commented May 1, 2017

Actually speaking of primary key oddities. I had another table where the primary key is an varchar(14) and of course its not auto incrementing. The generated laravel model was "increments".

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

1 participant