| 1 | <?php |
||
| 11 | class CreatePagesPagesTable extends Migration |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Constructor |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * CreatePagesPagesTable constructor. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 26 | |||
| 27 | /* ------------------------------------------------------------------------------------------------ |
||
| 28 | | Main Functions |
||
| 29 | | ------------------------------------------------------------------------------------------------ |
||
| 30 | */ |
||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function up() |
||
| 49 | } |
||
| 50 |