added channelName to Claim model
This commit is contained in:
parent
a72d3a08a6
commit
07f6c02f60
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@ module.exports = (sequelize, { STRING, BOOLEAN, INTEGER, TEXT, ARRAY, DECIMAL, D
|
||||||
type : STRING,
|
type : STRING,
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
|
channelName: {
|
||||||
|
type : STRING,
|
||||||
|
allowNull: true,
|
||||||
|
default : null,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
freezeTableName: true,
|
freezeTableName: true,
|
||||||
|
|
Loading…
Reference in a new issue