v1.5.15a - Changes by Anders
This commit is contained in:
@@ -19,7 +19,8 @@ class CreateUserEventsTable extends Migration
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreignid("user_id")->constrained("users", "id");
|
||||
$table->foreignid("event_id")->constrained("events", "id");
|
||||
$table->foreignid("event_id")->nullable()->constrained("events", "id");
|
||||
$table->foreignid("multiple_event_id")->nullable()->constrained("multiple_events", "id");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user