Options
All
  • Public
  • Public/Protected
  • All
Menu

Synchronizes database schema with entities.

Hierarchy

  • SchemaSyncCommand

Index

Properties

Methods

Properties

command

command: string = "schema:sync"

describe

describe: string = "Synchronizes your entities with database schema. It runs schema update queries on all connections you have. " +"To run update queries on a concrete connection use -c option."

Methods

builder

  • builder(yargs: any): any

handler

  • handler(argv: any): Promise<void>

Generated using TypeDoc