diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-22 11:12:09 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-22 11:12:09 +0200 |
| commit | 5cb18f45feb6758c5298df3b255dd6476eb4cd38 (patch) | |
| tree | eb8989f60b7b59d2b30c3074b0748a274d963a06 /models/participant_stats.js | |
| parent | 60154a734c5a5e86f48b82db852ce87890f1c624 (diff) | |
| download | orm-5cb18f45feb6758c5298df3b255dd6476eb4cd38.tar.gz orm-5cb18f45feb6758c5298df3b255dd6476eb4cd38.zip | |
replace participant_item with csv
Diffstat (limited to 'models/participant_stats.js')
| -rw-r--r-- | models/participant_stats.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js index 3512cdf..dca0d0e 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -21,6 +21,10 @@ module.exports = function(sequelize, DataTypes) { allowNull: false, defaultValue: "1" }, + items: { + type: DataTypes.STRING(255), + allowNull: false + }, participant_api_id: { type: DataTypes.CHAR(36), allowNull: false |
