Documentation

AbstractMigration extends AbstractMigrator
in package
implements MigrationInterface

Db SQL migration abstract class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
5.3.0

Interfaces, Classes and Traits

MigrationInterface
Db SQL migration interface

Table of Contents

$db  : AbstractAdapter
Database adapter
__construct()  : mixed
Constructor
db()  : AbstractAdapter
Get the DB adapter (alias method)
down()  : MigrationInterface
Execute a DOWN migration (rollback previous changes)
getDb()  : AbstractAdapter
Get the DB adapter
up()  : MigrationInterface
Execute an UP migration (new forward changes)

Properties

Methods

Search results