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