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