Class Database

Methods summary
public
# log( string $bundle, string $name, integer $batch )

Log a migration in the migration table.

public
# delete( string $bundle, string $name )

Delete a row from the migration table.

public array
# last( )

Return an array of the last batch of migrations.

public array
# ran( string $bundle )

Get all of the migrations that have run for a bundle.

public integer
# batch( )

Get the maximum batch ID from the migration table.

protected Laravel\Database\Query
# table( )

Get a database query instance for the migration table.