Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
24 | final class Column extends AbstractColumn |
||
25 | { |
||
26 | /** |
||
27 | * Builds the unsigned string for column. Defaults to unsupported. |
||
28 | * |
||
29 | * @return string A string containing UNSIGNED keyword. |
||
30 | */ |
||
31 | 6 | protected function buildUnsignedString(): string |
|
34 | } |
||
35 | |||
36 | /** |
||
37 | * Builds the full string for the column's schema. |
||
38 | */ |
||
39 | 6 | public function asString(): string |
|
50 |