Laravel - Migrations - Column Method NullableTimestamps
The nullableTimestamps
method is an alias of the timestamps method:
$table->nullableTimestamps(0);
The nullableTimestamps
method is an alias of the timestamps method:
$table->nullableTimestamps(0);