Answers for "php laravel migration big string"

PHP
1

bigtext migration laravel

$table->longText('description');
Posted by: Guest on September-01-2021
-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 "php laravel migration big string"

Browse Popular Code Answers by Language