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

10 lines
159 B
Plaintext

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