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