trait Illuminate / Foundation / Testing / Traits / CanConfigureMigrationCommands
You are viewing an older version of the documentation. For the latest, please visit master documentation.

CanConfigureMigrationCommands

Methods

protected

migrateFreshUsing ( ) : array

The parameters that should be used when running "migrate:fresh".

protected

shouldDropViews ( ) : bool

Determine if views should be dropped when refreshing the database.

protected

shouldDropTypes ( ) : bool

Determine if types should be dropped when refreshing the database.

protected

shouldSeed ( ) : bool

Determine if the seed task should be run when refreshing the database.

protected

seeder ( ) : mixed

Determine the specific seeder class that should be used when refreshing the database.