update entity
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user