Migrate Class

Aurora\Database\Commands Namespace

Extends

Interfaces


Properties

signature

Command signature

protected $signature = 'migrate': string

Constructor

__construct

Constructor

Parameters

  • array $params — Array of command-line arguments

Signature

public function __construct(array $params)

Methods

handle

The handler function, must be implemented

Return Value

  • mixed

Signature

public function handle()

Go to top