update goods entity
This commit is contained in:
@ -54,14 +54,14 @@ export class Goods {
|
|||||||
@Index()
|
@Index()
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
type: 'uuid',
|
type: 'varchar',
|
||||||
})
|
})
|
||||||
created_by: string;
|
created_by: string;
|
||||||
|
|
||||||
@Index()
|
@Index()
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
type: 'uuid',
|
type: 'varchar',
|
||||||
})
|
})
|
||||||
updated_by: string;
|
updated_by: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user