typeorm/docs/using-cli.md
2017-07-07 18:10:43 +05:00

342 B

Using CLI

  • Create a new entity
  • Create a new subscriber
  • Create a new migration file
  • Create migration from exist table schema
  • Run migrations
  • Revert migrations
  • Sync database schema
  • Log sync database schema queries without actual running them
  • Completely drop database schema
  • Run any sql query
  • Create database backup [TBD]