01 2020
This commit is contained in:
parent
f117f79bb9
commit
3711fcc8d0
101 changed files with 4027 additions and 918 deletions
|
|
@ -29,6 +29,7 @@ class CreateUsersTable extends Migration
|
|||
$table->dateTime('confirmation_code_to')->nullable();
|
||||
$table->unsignedTinyInteger('confirmation_code_remider')->default(0);
|
||||
|
||||
$table->timestamp('release_account')->nullable();
|
||||
$table->boolean('active')->default(false);
|
||||
$table->timestamp('active_date')->nullable();
|
||||
$table->dateTime('agreement')->nullable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue