1 | <?php |
||
19 | class ColumnSchemaBuilder extends AbstractColumnSchemaBuilder |
||
20 | { |
||
21 | /** |
||
22 | * @inheritdoc |
||
23 | */ |
||
24 | protected function buildUnsignedString() |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | protected function buildAfterString() |
||
38 | |||
39 | /** |
||
40 | * @inheritdoc |
||
41 | */ |
||
42 | protected function buildFirstString() |
||
46 | |||
47 | /** |
||
48 | * @inheritdoc |
||
49 | */ |
||
50 | public function __toString() |
||
64 | } |
||
65 |