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