diff --git a/Convertor.class.php b/Convertor.class.php index e6be01d..4de80e7 100644 --- a/Convertor.class.php +++ b/Convertor.class.php @@ -208,7 +208,7 @@ private function convert_field_data($attrs) $fieldStr .= "real "; } elseif ($attrs['Type'] == "datetime") { $fieldStr .= "timestamp "; - } elseif (($attrs['Type'] == "mediumtext") || ($attrs['Type'] == "tinytext") + } elseif (( $attrs['Type'] == "mediumtext" ) || ( $attrs['Type'] == "tinytext" ) || ( $attrs['Type'] == "longtext" ) ) { $fieldStr .= "text "; } elseif (substr($attrs['Type'], 0, 4) == "enum") {