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