Laravel Capsule Schema datatime current_timestamp
$table->timestamp('created_at')->default('CURRENT_TIMESTAMP');
Shadow
$table->timestamp('created_at')->default('CURRENT_TIMESTAMP');