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

increaments field issue #59

Open
MinaZakaria opened this issue Apr 18, 2018 · 2 comments
Open

increaments field issue #59

MinaZakaria opened this issue Apr 18, 2018 · 2 comments

Comments

@MinaZakaria
Copy link

laravel increaments field is by default unsigned integer
in my model I made it Integer (signed)
however it's generated in migration as increaments field and it's datatype was unsigned

@VeeeneX
Copy link
Collaborator

VeeeneX commented Jan 23, 2019

Are you using it as primary key?

@webaction
Copy link

I have a very similar problem.
I am using UUID a char(32) field for my primary key
I would expect the following.

$table->string('id', 32);
$table->primary('id');

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

3 participants