diff --git a/src/entity/cif_account.ts b/src/entity/cif_account.ts index 3ae4a96..4968fb6 100644 --- a/src/entity/cif_account.ts +++ b/src/entity/cif_account.ts @@ -14,6 +14,7 @@ export class CifAccount { @PrimaryGeneratedColumn("uuid") id: string; + @Index() @Column({ nullable: true, length: 12, @@ -26,6 +27,7 @@ export class CifAccount { }) name: string; + @Index() @Column({ nullable: true, length: 20,