update goods entity

This commit is contained in:
fadlydev
2025-01-21 14:05:11 +07:00
parent b0179d220d
commit 1fcec2acc2

View File

@ -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;