update entity

This commit is contained in:
2024-12-15 14:07:52 +07:00
parent d7eda5bbd6
commit 94849b1ba0

View File

@ -18,7 +18,7 @@ export class Product {
@Column({ @Column({
nullable: false, nullable: false,
unique: true, unique: false,
length: 6 length: 6
}) })
code: string; code: string;