1 | <?php |
||
9 | class CreateStatisticsRoutesTable extends Migration |
||
10 | { |
||
11 | /** |
||
12 | * Run the migrations. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function up(): void |
||
32 | |||
33 | /** |
||
34 | * Reverse the migrations. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | public function down(): void |
||
42 | |||
43 | /** |
||
44 | * Get jsonable column data type. |
||
45 | * |
||
46 | * @return string |
||
47 | */ |
||
48 | protected function jsonable(): string |
||
56 | } |
||
57 |