08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -28,6 +28,7 @@ class CreateCountriesTable extends Migration
|
|||
$table->boolean('supply_country')->default(false);
|
||||
$table->boolean('eu_country')->default(false);
|
||||
$table->boolean('switch')->default(false);
|
||||
$table->boolean('translate')->default(false);
|
||||
$table->boolean('own_eur')->default(false);
|
||||
$table->boolean('currency')->default(false);
|
||||
$table->string('currency_unit', 10)->nullable();
|
||||
|
|
@ -38,7 +39,6 @@ class CreateCountriesTable extends Migration
|
|||
$table->text('trans_name')->nullable();
|
||||
$table->text('attr')->nullable();
|
||||
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue