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