Answers for "add precision to database migration decimal laravel 8"

PHP
3

laravel migration add datetime column with default

$table->timestamp('column_name')->useCurrent();
Posted by: Guest on November-27-2020

Code answers related to "add precision to database migration decimal laravel 8"

Browse Popular Code Answers by Language