$table->timestamp('column_name')->useCurrent();
$table->timestamp('name_custom')->default(DB::raw('CURRENT_TIMESTAMP'));