Add group_id to members table
This commit is contained in:
parent
d4eb62ff61
commit
5181d9db7f
|
@ -38,6 +38,7 @@ class CreateMembersTable extends Migration
|
|||
$table->string('further_address')->nullable();
|
||||
$table->string('zip');
|
||||
$table->string('location');
|
||||
$table->foreignId('group_id')->constrained();
|
||||
$table->foreignId('region_id')->nullable()->constrained();
|
||||
$table->string('main_phone')->nullable();
|
||||
$table->string('mobile_phone')->nullable();
|
||||
|
|
Loading…
Reference in New Issue