Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class ColumnSchemaBuilder extends AbstractColumnSchemaBuilder |
||
10 | { |
||
11 | /** |
||
12 | * Builds the unsigned string for column. Defaults to unsupported. |
||
13 | * |
||
14 | * @return string a string containing UNSIGNED keyword. |
||
15 | */ |
||
16 | 7 | protected function buildUnsignedString(): string |
|
19 | } |
||
20 | |||
21 | 7 | public function asString(): string |
|
32 |