summaryrefslogtreecommitdiff
path: root/models/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/build.js')
-rw-r--r--models/build.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/build.js b/models/build.js
index b789606..c3ab621 100644
--- a/models/build.js
+++ b/models/build.js
@@ -35,6 +35,10 @@ module.exports = function(sequelize, DataTypes) {
item_6: {
type: DataTypes.STRING(191),
allowNull: true
+ },
+ dimension_on: {
+ type: DataTypes.STRING(191),
+ allowNull: true
}
}, {
tableName: 'build',