InitialMigration
extends AbstractMigration
in package
Tags
Table of Contents
- down() : void
- getMigrationName() : string
- up() : void
Methods
down()
public
down(PDO $pdo) : void
Parameters
- $pdo : PDO
Tags
Return values
void —getMigrationName()
public
getMigrationName() : string
Tags
Return values
string —up()
public
up(PDO $pdo) : void
Parameters
- $pdo : PDO