Documentation

MigrationInterface
in

Db SQL migration interface

Tags
category

Pop

author

Nick Sagona, III dev@noladev.com

copyright

Copyright (c) 2009-2025 NOLA Interactive, LLC.

license

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

version
6.6.5

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