update
This commit is contained in:
@ -34,6 +34,12 @@ export class CreditApplication {
|
||||
})
|
||||
application_date: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256
|
||||
})
|
||||
cif: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256
|
||||
|
||||
Reference in New Issue
Block a user