User Order step1
This commit is contained in:
parent
eb55b01b0d
commit
a5db985ae8
90 changed files with 6439 additions and 421 deletions
|
|
@ -48,6 +48,7 @@ class CreateUsersTable extends Migration
|
|||
$table->timestamp('payment_account')->nullable();
|
||||
$table->timestamp('payment_shop')->nullable();
|
||||
$table->boolean('abo_options')->default(false);
|
||||
$table->string('payment_methods')->nullable();
|
||||
|
||||
$table->boolean('test_mode')->default(false);
|
||||
$table->text('settings')->nullable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue