mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
exam add duration
This commit is contained in:
@@ -19,6 +19,7 @@ class CreateExamsTable extends Migration
|
||||
$table->text('description')->nullable();
|
||||
$table->dateTime('begin')->nullable();
|
||||
$table->dateTime('end')->nullable();
|
||||
$table->integer('duration')->default(0);
|
||||
$table->text('filters')->nullable();
|
||||
$table->text('indexes');
|
||||
$table->tinyInteger('status')->default(0);
|
||||
|
||||
Reference in New Issue
Block a user