Options
All
  • Public
  • Public/Protected
  • All
Menu

Drops all tables of the database from the given connection.

Hierarchy

  • SchemaDropCommand

Index

Properties

Methods

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

handler

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

Generated using TypeDoc