From 34f082959a1a747464f921f89a878111bb59634f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 Aug 2017 19:40:38 +0200 Subject: reimport --- models/participant_items.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/participant_items.js') diff --git a/models/participant_items.js b/models/participant_items.js index 5d3c3b7..061bf5a 100644 --- a/models/participant_items.js +++ b/models/participant_items.js @@ -32,6 +32,10 @@ module.exports = function(sequelize, DataTypes) { item_sells: { type: "BLOB", allowNull: false + }, + surrender: { + type: DataTypes.INTEGER(1), + allowNull: false } }, { tableName: 'participant_items', -- cgit v1.3.1