DB update
This commit is contained in:
@@ -20,7 +20,7 @@ return new class extends Migration {
|
||||
$table->string('name')->unique();
|
||||
$table->string('execution_type');
|
||||
$table->time('schedule_time')->nullable();
|
||||
$table->timestamp('last_run')->nullable();
|
||||
$table->json('last_run')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('execution_type')->references('slug')->on('cron_task_types')->cascadeOnDelete()->cascadeOnUpdate();
|
||||
|
||||
Reference in New Issue
Block a user