This commit is contained in:
2025-10-08 13:10:21 +07:00
parent 678779aa12
commit f7768a4569

View File

@ -22,6 +22,13 @@ export class TrxCompany {
}) })
code: string; code: string;
@Column({
nullable: false,
unique: true,
length: 256,
})
type: string;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,