Files
model/TelosysTools/models/InfiniMotion/Vorstellung.entity

10 lines
171 B
Plaintext

// Entity Vorstellung
#BaseModel
Vorstellung {
id: int { @Id @AutoIncremented @ObjectType } ;
hall: Kinosaal { } ;
movie: Film { } ;
start: date { @NotNull } ;
}