Added scheduled maintenance. Closes #112 (again)
This commit is contained in:
@@ -20,6 +20,7 @@ class CreateIncidentsTable extends Migration
|
||||
$table->integer('status');
|
||||
$table->longText('message');
|
||||
$table->integer('user_id');
|
||||
$table->timestamp('scheduled_at');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user