movie importer and show planner

This commit is contained in:
2025-10-31 22:13:02 +01:00
parent 3db883ba71
commit f0fc12b5dc
48 changed files with 293 additions and 409 deletions

View File

@@ -5,6 +5,8 @@ Eintrittskarte {
id: int { @Id @AutoIncremented @ObjectType } ;
show: Vorstellung { } ;
seat: Sitzplatz { } ;
code: string { @Unique } ;
state: Kartenstatus { } ;
code: string { @Unique @NotNull } ;
reserved: timestamp { @NotNull } ;
booked: timestamp { } ;
cancelled: timestamp {} ;
}