attribute value
This commit is contained in:
@@ -15,7 +15,7 @@ export class Attribute extends BaseEntity {
|
||||
children?: Attribute[]
|
||||
|
||||
@PrimaryKey({ type: 'bigint', autoincrement: true })
|
||||
id: number;
|
||||
id: bigint;
|
||||
|
||||
@Property()
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user