Use new intent model
This commit is contained in:
parent
203cab32a6
commit
4e74e877da
@ -6,16 +6,12 @@ module.exports = (sequelize, DataTypes) => {
|
||||
autoIncrement: true,
|
||||
allowNull: false
|
||||
},
|
||||
command: {
|
||||
name: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false
|
||||
},
|
||||
description: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
},
|
||||
type: {
|
||||
type: DataTypes.STRING,
|
||||
examples: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
allowNull: true
|
||||
}
|
||||
}, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user