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