add bestellung
This commit is contained in:
11
TelosysTools/models/InfiniMotion/Bestellung.entity
Normal file
11
TelosysTools/models/InfiniMotion/Bestellung.entity
Normal file
@@ -0,0 +1,11 @@
|
||||
// Entity Bestellung
|
||||
|
||||
#BaseModel
|
||||
Bestellung {
|
||||
id: int { @Id @AutoIncremented @ObjectType } ;
|
||||
code: string { @Unique @NotNull } ;
|
||||
reserved: timestamp { @NotNull } ;
|
||||
booked: timestamp { } ;
|
||||
cancelled: timestamp { } ;
|
||||
mail: string { } ;
|
||||
}
|
||||
Reference in New Issue
Block a user