update model for commands
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// Entity Eintrittskarte
|
||||
|
||||
#BaseModel
|
||||
Eintrittskarte {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
show: Vorstellung {} ;
|
||||
seat: Sitzplatz {} ;
|
||||
code: string {} ;
|
||||
state: Kartenstatus {} ;
|
||||
show: Vorstellung { } ;
|
||||
seat: Sitzplatz { } ;
|
||||
code: string { @Unique } ;
|
||||
state: Kartenstatus { } ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user