| 1 | <?php |
||
| 11 | class CreateSettingsTable extends Migration |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Constructor |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 22 | |||
| 23 | /* ------------------------------------------------------------------------------------------------ |
||
| 24 | | Main Functions |
||
| 25 | | ------------------------------------------------------------------------------------------------ |
||
| 26 | */ |
||
| 27 | /** |
||
| 28 | * Run the migrations. |
||
| 29 | */ |
||
| 30 | public function up() |
||
| 38 | } |
||
| 39 |