10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
// Entity Vorstellung
|
|
|
|
#BaseModel
|
|
Vorstellung {
|
|
id: int { @Id @AutoIncremented @ObjectType } ;
|
|
hall: Kinosaal { } ;
|
|
movie: Film { } ;
|
|
start: timestamp { @NotNull } ;
|
|
}
|