Answers for "laravel migration change column type primary key"

PHP
4

laravel migration with primary key

$table->string('code', 30)->primary();
Posted by: Guest on May-24-2021
0

update column type laravel migration

$table-><column_type>('<column_name>')->change();
Posted by: Guest on January-11-2022

Code answers related to "laravel migration change column type primary key"

Browse Popular Code Answers by Language