Total Complexity | 2 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | abstract class Mysql extends Platform |
||
9 | { |
||
10 | /** |
||
11 | * Get Types. |
||
12 | * |
||
13 | * @return \Illuminate\Support\Collection |
||
14 | */ |
||
15 | public static function getTypes(Collection $typeMapping) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Register Custom Type Options. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public static function registerCustomTypeOptions() |
||
56 |