diff --git a/src/entity/trx_companies.ts b/src/entity/trx_companies.ts index 161c117..212d818 100644 --- a/src/entity/trx_companies.ts +++ b/src/entity/trx_companies.ts @@ -22,6 +22,13 @@ export class TrxCompany { }) code: string; + @Column({ + nullable: false, + unique: true, + length: 256, + }) + type: string; + @Column({ nullable: false, length: 64,