improve code
This commit is contained in:
@@ -40,7 +40,8 @@ return new class extends Migration
|
||||
$table->string('file');
|
||||
$table->json('polygon');
|
||||
$table->boolean('need_road_access')->nullable();
|
||||
$table->integer('final_decision')->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