You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Postgres database where I am using an array data type to store information, however I would like the ability to query based on if an array contains a specific string
Sequelize fully supports the Sequelize.ARRAY(Sequelize.TEXT) data type
The other option I have is to somehow create my own 'search' query for the epilogue instance, however I am not sure if this is possible to do at this stage?
The text was updated successfully, but these errors were encountered:
I have a Postgres database where I am using an array data type to store information, however I would like the ability to query based on if an array contains a specific string
Sequelize fully supports the Sequelize.ARRAY(Sequelize.TEXT) data type
The other option I have is to somehow create my own 'search' query for the epilogue instance, however I am not sure if this is possible to do at this stage?
The text was updated successfully, but these errors were encountered: