Search
Preparing search index...
The search index is not available
typeorm
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"commands/SchemaDropCommand"
SchemaDropCommand
Class SchemaDropCommand
Drops all tables of the database from the given connection.
Hierarchy
SchemaDropCommand
Index
Properties
command
describe
Methods
builder
handler
Properties
command
command
:
string
= "schema:drop"
describe
describe
:
string
= "Drops all tables in the database on your default connection. " +"To drop table of a concrete connection's database 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
Drop
Command"
Schema
Drop
Command
command
describe
builder
handler
chalk
Generated using
TypeDoc
Drops all tables of the database from the given connection.