got followers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
return queryInterface.addColumn('users', 'rsa', {
|
||||
type: Sequelize.JSONB
|
||||
type: Sequelize.JSON
|
||||
})
|
||||
/*
|
||||
Add altering commands here.
|
||||
|
||||
Reference in New Issue
Block a user