start stitching
This commit is contained in:
parent
fad4e7a174
commit
5f91461799
3 changed files with 23 additions and 6 deletions
|
|
@ -22,11 +22,7 @@ const OfferDetailsSet = sequelize.define(
|
|||
type: DataTypes.NUMBER,
|
||||
allowNull: false,
|
||||
},
|
||||
min_trade_amount_eur: {
|
||||
type: DataTypes.NUMBER,
|
||||
allowNull: false,
|
||||
},
|
||||
max_trade_amount_eur: {
|
||||
trade_amount_eur: {
|
||||
type: DataTypes.NUMBER,
|
||||
allowNull: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue