init telosys
This commit is contained in:
11
TelosysTools/models/InfiniMotion/Film.entity
Normal file
11
TelosysTools/models/InfiniMotion/Film.entity
Normal file
@@ -0,0 +1,11 @@
|
||||
// Entity Film
|
||||
|
||||
Film {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
title: string {} ;
|
||||
description: string {} ;
|
||||
duration: int {} ;
|
||||
image: string {} ;
|
||||
rating: short {} ;
|
||||
category: Filmkategorie {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user