update id_role not null

This commit is contained in:
2024-11-27 15:35:32 +07:00
parent 327d42b95f
commit 85479256db

View File

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