Files
model/TelosysTools/models/InfiniMotion/Kinosaal.entity

8 lines
121 B
Plaintext

// Entity Kinosaal
#BaseModel
Kinosaal {
id : int { @Id @AutoIncremented } ;
name : string { @NotNull @Unique } ;
}