Answers for "timestamp default current timestamp laravel migration"

PHP
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 "timestamp default current timestamp laravel migration"

Browse Popular Code Answers by Language