icon in sitzkategorie

This commit is contained in:
2025-11-13 00:33:01 +01:00
parent 07762e8b76
commit d3ac0759e7
2 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ Sitzkategorie {
id: int { @Id @AutoIncremented @ObjectType } ;
name: string { @NotNull @Unique } ;
price: int { @NotNull } ;
icon: string { @NotNull } ;
}