Answers for "laravel migration add big integer column"

PHP
-1

laravel migration table bigint

$this->bigIncrements('id');
This takes care of making it unsigned, auto increment and primary key
Posted by: Guest on February-17-2021

Code answers related to "laravel migration add big integer column"

Browse Popular Code Answers by Language