9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
// Entity Vorstellung
|
|
|
|
Vorstellung {
|
|
id: int { @Id @AutoIncremented } ;
|
|
hall: Kinosaal {} ;
|
|
movie: Film {} ;
|
|
start: date {} ;
|
|
}
|