udpate
This commit is contained in:
@ -17,6 +17,12 @@ export class CreditApplication {
|
||||
@JoinColumn()
|
||||
company: CreditCompany
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256
|
||||
})
|
||||
code: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user