This commit is contained in:
fro1991
2024-12-31 06:56:09 +07:00
parent 7aef9da5f9
commit 8a3aa36f4f

View File

@ -17,6 +17,12 @@ export class CreditApplication {
@JoinColumn() @JoinColumn()
company: CreditCompany company: CreditCompany
@Column({
nullable: true,
length: 256
})
code: string;
@Column({ @Column({
nullable: false, nullable: false,
}) })