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