job stuff

This commit is contained in:
2019-05-13 23:18:10 -05:00
parent 79323c2388
commit 98ee6f5206
7 changed files with 57 additions and 13 deletions
@@ -18,6 +18,7 @@ class CreateJobStatusTable extends Migration
$table->increments('id');
$table->string('job_name');
$table->boolean('complete');
$table->datetime('system_time');
$table->timestamps();
});
}