MigrationRepositoryInterface (Database\Migrations)

MigrationRepositoryInterface

interface MigrationRepositoryInterface (View source)

Methods

登录查看完整内容
array getRan()

Get the ran migrations for a given package.

array getMigrations(int $steps)

Get list of migrations.

array getLast()

Get the last migration batch.