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