mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add blueprint to git for blueprint branch
This commit is contained in:
17
draft.yaml
Normal file
17
draft.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
models:
|
||||
Country:
|
||||
name: string
|
||||
code: string
|
||||
relationships:
|
||||
hasMany: City
|
||||
City:
|
||||
name: string
|
||||
country_id: id foreign
|
||||
relationships:
|
||||
belongsTo: Country
|
||||
Lecturer:
|
||||
first_name: string
|
||||
last_name: string
|
||||
active: boolean default:true
|
||||
|
||||
seeders: Country, City, Lecturer
|
||||
Reference in New Issue
Block a user