set nullable to false
This commit is contained in:
@ -15,7 +15,7 @@ export class AssetCategory {
|
||||
id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
length: 128,
|
||||
})
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user