fuelphp-storage / migration

FuelPHP Framework - Application migrations library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create parent migration class

emlynwest opened this issue · comments

All migrations will be a child of this class.

Should include up and down methods as well as a way to get dependencies.