update model for commands
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// Entity Sitzreihe
|
||||
|
||||
#BaseModel
|
||||
Sitzreihe {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
hall: Kinosaal {} ;
|
||||
position: int {} ;
|
||||
category: Sitzkategorie {} ;
|
||||
hall: Kinosaal { } ;
|
||||
position: int { @NotNull } ;
|
||||
category: Sitzkategorie { } ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user