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