main system

This commit is contained in:
Kevin Adametz 2021-01-15 18:16:31 +01:00
parent 0baac018a2
commit a96d7d5c77
115 changed files with 4589 additions and 557 deletions

View file

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