Search
Preparing search index...
The search index is not available
typeorm
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"commands/SchemaSyncCommand"
SchemaSyncCommand
Class SchemaSyncCommand
Synchronizes database schema with entities.
Hierarchy
SchemaSyncCommand
Index
Properties
command
describe
Methods
builder
handler
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
Parameters
yargs:
any
Returns
any
handler
handler
(
argv
:
any
)
:
Promise
<
void
>
Parameters
argv:
any
Returns
Promise
<
void
>
Globals
"commands/
Schema
Sync
Command"
Schema
Sync
Command
command
describe
builder
handler
chalk
Generated using
TypeDoc
Synchronizes database schema with entities.