2

I have pre-defined models in my project. I want to create migration files using those models using sequelize in Typescript-Node. Is there a way to do it? Can I get the steps to do it?

Kunal Shukla
  • 311
  • 5
  • 10

1 Answers1

0

Take a look at sequelize-typescript-migration-lts npm package, might be helpful for you.

mmRoshani
  • 99
  • 7
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/32347174) – bfris Jul 31 '22 at 22:30