allow null on arguments

This commit is contained in:
Apher 2026-07-23 05:06:34 +00:00
parent 88b45064ec
commit d84f25c7a6

View File

@ -16,6 +16,7 @@ module.exports = (sequelize, DataTypes) => {
},
arguments: {
type: DataTypes.ARRAY(DataTypes.STRING),
allowNull: true
}
}, {
tableName: "intents",