GWM
This commit is contained in:
parent
9fe4789721
commit
79f383193e
@ -10,7 +10,8 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
|
|
||||||
order_id: { type: DataTypes.INTEGER },
|
order_id: { type: DataTypes.INTEGER },
|
||||||
column_name: { type: DataTypes.STRING },
|
column_name: { type: DataTypes.STRING },
|
||||||
master_value: { type: DataTypes.STRING }
|
master_value: { type: DataTypes.STRING },
|
||||||
|
formula: { type: DataTypes.STRING }
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user