Files
model/TelosysTools/models/InfiniMotion/Vorstellung.entity
2025-10-16 17:23:51 +02:00

9 lines
136 B
Plaintext

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