Migration
abstract class Migration
Properties
| protected string|null | $connection | The name of the database connection to use. |
|
| bool | $withinTransaction | Enables, if supported, wrapping the migration within a transaction. |
Methods
string|null
getConnection()
Get the migration connection name.
bool
shouldRun()
Determine if this migration should run.
Details
at line 22
string|null
getConnection()
Get the migration connection name.
at line 30
bool
shouldRun()
Determine if this migration should run.