mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
show-exam
This commit is contained in:
@@ -15,9 +15,11 @@ class CreateExamProgressTable extends Migration
|
||||
{
|
||||
Schema::create('exam_progress', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->integer('exam_user_id')->index();
|
||||
$table->integer('exam_id')->index();
|
||||
$table->integer('uid')->index();
|
||||
$table->integer('type_id');
|
||||
$table->integer('torrent_id');
|
||||
$table->integer('index');
|
||||
$table->integer('value');
|
||||
$table->timestamps();
|
||||
$table->index('created_at');
|
||||
|
||||
Reference in New Issue
Block a user