create and change code
This commit is contained in:
@@ -34,11 +34,11 @@ return new class extends Migration
|
||||
$table->string('worksheet_id');
|
||||
$table->json('response_options')->nullable();
|
||||
$table->string('isic');
|
||||
$table->polygon('primary_area');
|
||||
$table->polygon('forbidden_area')->nullable();
|
||||
$table->polygon('final_area')->nullable();
|
||||
$table->polygon('final_plan')->nullable();
|
||||
$table->polygon('access_road')->nullable();
|
||||
$table->json('primary_area');
|
||||
$table->json('forbidden_area')->nullable();
|
||||
$table->json('final_area')->nullable();
|
||||
$table->json('final_plan')->nullable();
|
||||
$table->json('access_road')->nullable();
|
||||
$table->boolean('need_payment')->nullable();
|
||||
$table->string('payment_amount')->nullable();
|
||||
$table->boolean('need_access_road')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user