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

8 lines
133 B
Plaintext

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