vorstellung: date -> timestamp

This commit is contained in:
2025-10-29 12:18:52 +01:00
parent de7df5729a
commit 3db883ba71
6 changed files with 16 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ Vorstellung {
id: int { @Id @AutoIncremented @ObjectType } ;
hall: Kinosaal { } ;
movie: Film { } ;
start: date { @NotNull } ;
start: timestamp { @NotNull } ;
}