mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 00:04:53 +00:00
fixed uuid
This commit is contained in:
@ -10,7 +10,7 @@ export class ProjectEntity extends AbstractEntity<ProjectDto> {
|
|||||||
default: () => 'gen_random_uuid()',
|
default: () => 'gen_random_uuid()',
|
||||||
nullable: false,
|
nullable: false,
|
||||||
})
|
})
|
||||||
public project_id: string;
|
public uuid: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user