refactor
This commit is contained in:
@@ -43,6 +43,8 @@ return new class extends Migration
|
||||
$table->string('payment_amount')->nullable();
|
||||
$table->boolean('need_access_road')->nullable();
|
||||
$table->boolean('access_road_allowed')->nullable();
|
||||
$table->string('lat')->nullable();
|
||||
$table->string('lng')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user