This commit is contained in:
2025-10-08 13:17:42 +07:00
parent f7768a4569
commit d97ecf25b5

View File

@ -24,7 +24,7 @@ export class TrxCompany {
@Column({ @Column({
nullable: false, nullable: false,
unique: true, default: null,
length: 256, length: 256,
}) })
type: string; type: string;