job stuff
This commit is contained in:
@@ -18,6 +18,7 @@ class CreateJobStatusTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('job_name');
|
||||
$table->boolean('complete');
|
||||
$table->datetime('system_time');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user