This commit is contained in:
2025-11-06 22:37:37 +07:00
parent c58f3f5614
commit 81faffcb98

View File

@ -100,6 +100,7 @@ export class TrxCustomer {
identity_type: TrxIdentityType; identity_type: TrxIdentityType;
@Column({ @Column({
nullable: true,
length: 256, length: 256,
}) })
position: TrxCustomerPosition; position: TrxCustomerPosition;