DbSystemSessions
extends Migration
in package
Table of Contents
- $withinTransaction : bool
- Enables, if supported, wrapping the migration within a transaction.
- $connection : string
- The name of the database connection to use.
- down() : void
- Reverse the migrations.
- getConnection() : string
- Get the migration connection name.
- up() : void
- Run the migrations.
Properties
$withinTransaction
Enables, if supported, wrapping the migration within a transaction.
public
bool
$withinTransaction
= true
$connection
The name of the database connection to use.
protected
string
$connection
Methods
down()
Reverse the migrations.
public
down() : void
Return values
void —getConnection()
Get the migration connection name.
public
getConnection() : string
Return values
string —up()
Run the migrations.
public
up() : void