column type

This commit is contained in:
shocknet-justin 2025-06-14 21:36:03 -04:00
parent 6c6121b504
commit d7cb1c38f3

View file

@ -13,7 +13,7 @@ export class UserOffer {
@Column({ unique: true, nullable: false })
offer_id: string
@Column({ nullable: true })
@Column({ type: "text", nullable: true })
managing_app_pubkey: string | null
@Column()