Answers for "set timestamp mysql laravel 7"

SQL
4

mysql timestamp in laravel migration

$table->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP'));
Posted by: Guest on August-04-2020

Code answers related to "set timestamp mysql laravel 7"

Code answers related to "SQL"

Browse Popular Code Answers by Language