Answers for "What is the table migration attribute to make a default value unique"

PHP
5

laravel migration set default value

$table->string('name')->default('Hello World!');
Posted by: Guest on May-12-2020

Code answers related to "What is the table migration attribute to make a default value unique"

Browse Popular Code Answers by Language