mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Switzerland added to example data
This commit is contained in:
@@ -50,6 +50,10 @@ class DatabaseSeeder extends Seeder
|
||||
'name' => 'Österreich',
|
||||
'code' => 'at',
|
||||
]);
|
||||
Country::create([
|
||||
'name' => 'Schweiz',
|
||||
'code' => 'ch',
|
||||
]);
|
||||
City::create([
|
||||
'country_id' => 1,
|
||||
'name' => 'Füssen',
|
||||
@@ -58,6 +62,10 @@ class DatabaseSeeder extends Seeder
|
||||
'country_id' => 2,
|
||||
'name' => 'Wien',
|
||||
]);
|
||||
City::create([
|
||||
'country_id' => 3,
|
||||
'name' => 'Zürich',
|
||||
]);
|
||||
Venue::create([
|
||||
'city_id' => 1,
|
||||
'name' => 'The Blue Studio Coworking',
|
||||
|
||||
Reference in New Issue
Block a user