Improvements upon the import routine.

This commit is contained in:
James Cole
2014-09-14 21:06:48 +02:00
parent 62ba40b687
commit 19402b9022
3 changed files with 416 additions and 529 deletions

View File

@@ -18,6 +18,8 @@ class CreateImportmapsTable extends Migration {
$table->timestamps();
$table->integer('user_id')->unsigned();
$table->string('file',500);
$table->integer('totaljobs')->unsigned();
$table->integer('jobsdone')->unsigned();
// connect maps to users
$table->foreign('user_id')