@@ -124,7 +124,7 @@ |
||
124 | 124 | $this->btype = 'enum'; |
125 | 125 | } elseif (strpos($type, 'json') !== false) { |
126 | 126 | $this->btype = 'json'; |
127 | - } elseif (strpos($type, 'text') !== false || strpos($type, 'char') !== false) { |
|
127 | + } elseif (strpos($type, 'text') !== false || strpos($type, 'char') !== false) { |
|
128 | 128 | $this->btype = 'text'; |
129 | 129 | } elseif (strpos($type, 'int') !== false || strpos($type, 'bit') !== false) { |
130 | 130 | $this->btype = 'int'; |