udpate
This commit is contained in:
@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user