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