We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 8 | class CreateCountriesTable extends Migration |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var \Illuminate\Database\Schema\Builder |
||
| 12 | */ |
||
| 13 | protected $schema; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Migration constructor. |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Run the migrations. |
||
| 25 | * |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public function up() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Reverse the migrations. |
||
| 41 | * |
||
| 42 | * @return void |
||
| 43 | */ |
||
| 44 | public function down() |
||
| 48 | } |
||
| 49 |