Skip to main content
Module

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

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

Runs migration command.

Properties

aliases: string
command: string
describe: string

Methods

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