mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
contact key
This commit is contained in:
parent
63ec6d6fcf
commit
88ad2fc5a5
@ -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…
x
Reference in New Issue
Block a user