update id_role

This commit is contained in:
2024-11-27 15:34:19 +07:00
parent 8cc34eafcf
commit 327d42b95f

View File

@ -36,7 +36,7 @@ export class User {
name: string; name: string;
@Column({ @Column({
nullable: false, nullable: true,
type: 'uuid' type: 'uuid'
}) })
id_role: string; id_role: string;