This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -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();