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