mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
locale + exam assign and checkout cronjob
This commit is contained in:
@@ -20,7 +20,7 @@ class CreateExamProgressTable extends Migration
|
||||
$table->integer('uid')->index();
|
||||
$table->integer('torrent_id');
|
||||
$table->integer('index');
|
||||
$table->integer('value');
|
||||
$table->bigInteger('value');
|
||||
$table->timestamps();
|
||||
$table->index('created_at');
|
||||
});
|
||||
|
||||
@@ -21,6 +21,7 @@ class CreateExamUsersTable extends Migration
|
||||
$table->dateTime('begin')->nullable();
|
||||
$table->dateTime('end')->nullable();
|
||||
$table->text('progress')->nullable();
|
||||
$table->tinyInteger('is_done')->default(0);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user