contact key

This commit is contained in:
David Bomba 2019-10-02 19:08:02 +10:00
parent 63ec6d6fcf
commit 88ad2fc5a5

View File

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