init telosys
This commit is contained in:
8
TelosysTools/models/InfiniMotion/Vorstellung.entity
Normal file
8
TelosysTools/models/InfiniMotion/Vorstellung.entity
Normal file
@@ -0,0 +1,8 @@
|
||||
// Entity Vorstellung
|
||||
|
||||
Vorstellung {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
hall: Kinosaal {} ;
|
||||
movie: Film {} ;
|
||||
start: date {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user