[exam] add progress do update the same time

This commit is contained in:
xiaomlove
2021-04-27 02:44:44 +08:00
parent 465fd2bca8
commit d1b7561aae
17 changed files with 97 additions and 81 deletions
@@ -20,7 +20,7 @@ class CreateExamUsersTable extends Migration
$table->integer('status')->default(0);
$table->dateTime('begin')->nullable();
$table->dateTime('end')->nullable();
$table->text('result')->nullable();
$table->text('progress')->nullable();
$table->timestamps();
});
}