You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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".
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.
The text was updated successfully, but these errors were encountered: