contact key
This commit is contained in:
parent
63ec6d6fcf
commit
88ad2fc5a5
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ class CreateUsersTable extends Migration
|
|||
$table->string('token')->nullable();
|
||||
$table->boolean('is_locked')->default(false);
|
||||
$table->boolean('send_invoice')->default(true);
|
||||
$table->string('contact_key')->nullable();
|
||||
$table->rememberToken();
|
||||
$table->timestamps(6);
|
||||
$table->softDeletes();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue