generate crud for models
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#BaseModel
|
||||
Sitzreihe {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
id: int { @Id @AutoIncremented @ObjectType } ;
|
||||
hall: Kinosaal { } ;
|
||||
position: int { @NotNull } ;
|
||||
category: Sitzkategorie { } ;
|
||||
|
||||
Reference in New Issue
Block a user