Create a migration file with the SQL statements to update the schema

typeorm

  • A JavaScript ORM that can run on Node.js, browser, Cordova, Ionic, React Native, NativeScript, and Electron platforms.
    More information: <https://typeorm.io/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

typeorm migration:generate --name {{migration_name}}

click the source code to copy