I'm trying to run the command to create the migration on sequelize, on my SQL Server database, and I get the following error:
ERROR: ARRAY is missing type definition for its values
In the js file that was created is the definition:
images: {
type: Sequelize.ARRAY
}
Sequelize.ARRAY(Sequelize.TEXT)Also array types are only supported on PostgreSQL.