movie importer and show planner
This commit is contained in:
@@ -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 {} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user