set nullable to false

This commit is contained in:
fadlydev
2025-01-08 22:00:22 +07:00
parent 8828a0230e
commit 37f9b6fb3c

View File

@ -15,7 +15,7 @@ export class AssetCategory {
id: string; id: string;
@Column({ @Column({
nullable: false, nullable: true,
length: 128, length: 128,
}) })
name: string; name: string;