update entity
This commit is contained in:
@ -18,7 +18,7 @@ export class Product {
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
unique: true,
|
||||
unique: false,
|
||||
length: 6
|
||||
})
|
||||
code: string;
|
||||
|
||||
Reference in New Issue
Block a user