0

I need to store only time with timezone in Sequelize ORM using "postgres" dialect

1 Answers1

0

You can extend DATE or TIME DataType of Sequelize like this and declare your custom type or just put in the raw datatype like this

roneo
  • 1,179
  • 13
  • 22