Answers for "Use of undefined constant CURRENT_TIMESTAMP - assumed 'CURRENT_TIMESTAMP'"

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 "Use of undefined constant CURRENT_TIMESTAMP - assumed 'CURRENT_TIMESTAMP'"

Browse Popular Code Answers by Language