init telosys

This commit is contained in:
2025-10-16 17:23:51 +02:00
parent 34b48682a4
commit cdba66dae0
37 changed files with 1494 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Entity Vorstellung
Vorstellung {
id: int { @Id @AutoIncremented } ;
hall: Kinosaal {} ;
movie: Film {} ;
start: date {} ;
}