Skip to main content
Module

x/typeorm/src/commands/SchemaDropCommand.ts>SchemaDropCommand

Forked from https://github.com/typeorm/typeorm
Latest
class SchemaDropCommand
implements [yargs.CommandModule]
import { SchemaDropCommand } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/commands/SchemaDropCommand.ts";

Drops all tables of the database from the given connection.

Properties

command: string
describe

Methods

builder(args: yargs.Argv)
handler(args: yargs.Arguments)