I have field Gender in my table. It should contain any one of 'M,F,O' values only. How to make it possible?
I'm using sequalize ORM in node.js for postgres, how to do it in sequalize?
I have field Gender in my table. It should contain any one of 'M,F,O' values only. How to make it possible?
I'm using sequalize ORM in node.js for postgres, how to do it in sequalize?