fixed uuid

This commit is contained in:
hannathkadher
2024-12-09 12:59:46 +04:00
parent bc2987295f
commit 5b0494b415

View File

@ -10,7 +10,7 @@ export class ProjectEntity extends AbstractEntity<ProjectDto> {
default: () => 'gen_random_uuid()',
nullable: false,
})
public project_id: string;
public uuid: string;
@Column({
nullable: false,