update id_role
This commit is contained in:
@ -36,7 +36,7 @@ export class User {
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
type: 'uuid'
|
||||
})
|
||||
id_role: string;
|
||||
|
||||
Reference in New Issue
Block a user