missing display details
This commit is contained in:
parent
3495429102
commit
2f67dc4a1d
1 changed files with 12 additions and 0 deletions
|
|
@ -34,6 +34,18 @@ const OfferDetailsSet = sequelize.define(
|
||||||
type: DataTypes.TEXT,
|
type: DataTypes.TEXT,
|
||||||
allowNull: false,
|
allowNull: false,
|
||||||
},
|
},
|
||||||
|
show_offer_to_trusted: {
|
||||||
|
type: DataTypes.BOOLEAN,
|
||||||
|
allowNull: false,
|
||||||
|
},
|
||||||
|
show_offer_to_trusted_trusted: {
|
||||||
|
type: DataTypes.BOOLEAN,
|
||||||
|
allowNull: false,
|
||||||
|
},
|
||||||
|
show_offer_to_all_members: {
|
||||||
|
type: DataTypes.BOOLEAN,
|
||||||
|
allowNull: false,
|
||||||
|
},
|
||||||
is_onchain_accepted: {
|
is_onchain_accepted: {
|
||||||
type: DataTypes.BOOLEAN,
|
type: DataTypes.BOOLEAN,
|
||||||
allowNull: false,
|
allowNull: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue