checkout, register, payment,
checkout correction, register wizard, payment packege,
This commit is contained in:
parent
6e3adac4d7
commit
446bc4561b
48 changed files with 2580 additions and 1493 deletions
|
|
@ -31,12 +31,19 @@ class CreateUsersTable extends Migration
|
|||
$table->dateTime('agreement')->nullable();
|
||||
|
||||
$table->boolean('admin')->default(false);
|
||||
$table->boolean('wizard')->default(false);
|
||||
$table->boolean('blocked')->default(false);
|
||||
|
||||
|
||||
$table->char('lang', 2)->index();
|
||||
$table->text('notes')->nullable();
|
||||
|
||||
$table->rememberToken();
|
||||
|
||||
$table->timestamp('last_login')->nullable();
|
||||
$table->timestamp('payment_account')->nullable();
|
||||
$table->timestamp('payment_shop')->nullable();
|
||||
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue