| 1 | <?php |
||
| 13 | class CreateBlogPostsTable extends Migration |
||
| 14 | { |
||
| 15 | /* ----------------------------------------------------------------- |
||
| 16 | | Constructor |
||
| 17 | | ----------------------------------------------------------------- |
||
| 18 | */ |
||
| 19 | |||
| 20 | /** |
||
| 21 | * CreateBlogPostsTable constructor. |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 29 | |||
| 30 | /* ----------------------------------------------------------------- |
||
| 31 | | Main Methods |
||
| 32 | | ----------------------------------------------------------------- |
||
| 33 | */ |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function up() |
||
| 59 | } |
||
| 60 |