change code for new position
This commit is contained in:
@@ -42,7 +42,6 @@ return new class extends Migration
|
||||
$table->boolean('need_road_access')->nullable();
|
||||
$table->boolean('is_file_good')->nullable();
|
||||
$table->boolean('is_possible')->nullable();
|
||||
$table->string('final_description')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user