| 1 | <?php |
||
| 12 | class CreateCategoriesTable extends Migration |
||
| 13 | { |
||
| 14 | /* ------------------------------------------------------------------------------------------------ |
||
| 15 | | Constructor |
||
| 16 | | ------------------------------------------------------------------------------------------------ |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 24 | |||
| 25 | /* ------------------------------------------------------------------------------------------------ |
||
| 26 | | Main Functions |
||
| 27 | | ------------------------------------------------------------------------------------------------ |
||
| 28 | */ |
||
| 29 | /** |
||
| 30 | * Migrate to database. |
||
| 31 | */ |
||
| 32 | public function up() |
||
| 43 | } |
||
| 44 |