id_role set nulable

This commit is contained in:
2024-11-29 13:23:05 +07:00
parent a55f2b8eb2
commit 6a9849a1d2

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;