Documentation

MigrationInterface
in

Db SQL migration interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
6.5.0

Table of Contents

Methods

down()  : void
Execute a DOWN migration (rollback previous changes)
up()  : void
Execute an UP migration (new forward changes)

Methods

down()

Execute a DOWN migration (rollback previous changes)

public down() : void

        
On this page

Search results