create folders table
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
},
|
||||
detail: {
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false,
|
||||
allowNull: true,
|
||||
},
|
||||
createdAt: {
|
||||
type: Sequelize.DATE,
|
||||
|
||||
Reference in New Issue
Block a user