Homparty v1.0
This commit is contained in:
parent
ac0d5b781e
commit
c73299e52e
40 changed files with 1234 additions and 908 deletions
|
|
@ -31,6 +31,9 @@ class CreateHomepartiesTable extends Migration
|
|||
$table->string('token')->nullable();
|
||||
$table->boolean('token_active')->default(true);
|
||||
|
||||
$table->text('settings')->nullable();
|
||||
$table->text('order')->nullable();
|
||||
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue