create folders table

This commit is contained in:
Takeshi Kimata
2024-02-12 12:20:37 +09:00
parent 8de8d06399
commit 197a011c4c
13 changed files with 261 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
},
detail: {
type: Sequelize.STRING,
allowNull: false,
allowNull: true,
},
createdAt: {
type: Sequelize.DATE,