Feed and Setting models

This commit is contained in:
advplyr 2023-03-13 17:13:31 -05:00
parent bed3758268
commit c7f457da3e
10 changed files with 236 additions and 10 deletions

View file

@ -18,7 +18,7 @@ module.exports = (sequelize) => {
description: DataTypes.TEXT,
pubDate: DataTypes.STRING,
enclosureURL: DataTypes.STRING,
enclosureLength: DataTypes.BIGINT,
enclosureSize: DataTypes.BIGINT,
enclosureType: DataTypes.STRING,
publishedAt: DataTypes.DATE
}, {