adds roles
This commit is contained in:
@@ -21,7 +21,6 @@ public function up(): void
|
||||
$table->string('status', 50)->default('in_progress');
|
||||
$table->integer('score')->nullable();
|
||||
$table->string('result', 50)->nullable();
|
||||
$table->json('basic_info')->nullable();
|
||||
$table->text('additional_comments')->nullable();
|
||||
$table->timestamp('completed_at')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user