How can I add pattern constraint on column in already existing table using Sequelize/Postgres – Postgresql
I need to add constraint(regex) on DB level so that no one able to enter/edit that particular column with invalid input on already existing table. I'm using Sequelize, Postgres. I tried it using migration but still able to enter invalid…