CreateMigration Class

Aurora\Database\Commands Namespace

Extends

Interfaces


Properties

signature

Command signature

protected $signature = 'create:migration': string

arguments

Command arguments

protected $arguments = '{name?}': 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