DbMigration
in
Interface for migration classes to inherit.
Table of Contents
Methods
- migrate() : void
- Runs the migration implemented by this class. This process is irreversible!
Methods
migrate()
Runs the migration implemented by this class. This process is irreversible!
public
migrate(DbConnection $conn) : void
Parameters
- $conn : DbConnection
-
Database connection to execute this migration on.