attribute value

This commit is contained in:
2026-01-16 19:58:05 +03:30
parent d9bc1fa0b2
commit 8e3a2b0dec
8 changed files with 179 additions and 5 deletions
@@ -15,7 +15,7 @@ export class Attribute extends BaseEntity {
children?: Attribute[]
@PrimaryKey({ type: 'bigint', autoincrement: true })
id: number;
id: bigint;
@Property()
name: string;