String -> Text
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = {
|
||||
async up(queryInterface, Sequelize) {
|
||||
await queryInterface.addColumn("search_queries", "answer", {
|
||||
type: Sequelize.STRING,
|
||||
type: Sequelize.TEXT,
|
||||
allowNull: true,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user