Search
Preparing search index...
The search index is not available
typeorm
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"commands/SchemaLogCommand"
SchemaLogCommand
Class SchemaLogCommand
Shows sql to be executed by schema:sync command.
Hierarchy
SchemaLogCommand
Index
Properties
command
describe
Methods
builder
handler
Properties
command
command
:
string
= "schema:log"
describe
describe
:
string
= "Shows sql to be executed by schema:sync command. It shows sql log only for your default connection. " +"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
Log
Command"
Schema
Log
Command
command
describe
builder
handler
chalk
Generated using
TypeDoc
Shows sql to be executed by schema:sync command.