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