main system
This commit is contained in:
parent
0baac018a2
commit
a96d7d5c77
115 changed files with 4589 additions and 557 deletions
|
|
@ -44,6 +44,9 @@ class CreateUsersTable extends Migration
|
|||
|
||||
$table->timestamp('release_account')->nullable();
|
||||
$table->timestamp('account_payment')->nullable();
|
||||
|
||||
$table->decimal('payment_credit', 10,2)->default(0);
|
||||
|
||||
$table->string('payment_methods')->nullable();
|
||||
$table->unsignedInteger('next_m_level')->nullable();
|
||||
$table->boolean('abo_options')->default(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue