column type
This commit is contained in:
parent
6c6121b504
commit
d7cb1c38f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue