Add (ai gen)
This commit is contained in:
@@ -14,7 +14,7 @@ public function up(): void
|
||||
Schema::create('daily_task_schedules', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('task');
|
||||
$table->time('next_run_time');
|
||||
$table->timestamp('next_run_time');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user