diff --git a/lib/db/index.ts b/lib/db/index.ts index 6c57816..ef59093 100644 --- a/lib/db/index.ts +++ b/lib/db/index.ts @@ -27,7 +27,7 @@ export const Event = _sequelize.define("Event", { allowNull: true, }, repeat: { - type: DataTypes.NUMBER, + type: DataTypes.INTEGER, allowNull: true, }, repeatPart: {