IDbMigration
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(IDbConnection $conn) : void
Parameters
- $conn : IDbConnection
-
Database connection to execute this migration on.