update model for commands
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Entity Kinosaal
|
||||
|
||||
#BaseModel
|
||||
Kinosaal {
|
||||
id : int { @Id @AutoIncremented } ;
|
||||
name : string {} ;
|
||||
name : string { @NotNull @Unique } ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user