This commit is contained in:
2026-01-02 21:32:51 +07:00
parent 21b153c8c4
commit 553d77b3e1

View File

@ -9,6 +9,7 @@ export class HrmsScholarship {
id: string; id: string;
@Column({ @Column({
// nullable: false,
nullable: false, nullable: false,
length: 256, length: 256,
}) })