movie importer and show planner
This commit is contained in:
@@ -7,6 +7,6 @@ Film {
|
||||
description: string { @NotNull @MaxLen(2000) } ;
|
||||
duration: int { @NotNull } ;
|
||||
image: string { @NotNull } ;
|
||||
rating: short { } ;
|
||||
rating: short { @NotNull } ;
|
||||
category: Filmkategorie { } ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user