xuetuing
Results
2
issues of
xuetuing
issue using "import form SQL" feature with MySQL : TEXT How to reproduce  ``` CREATE TABLE `ys_map_info` ( `id` SMALLINT NOT NULL AUTO_INCREMENT UNIQUE, `detail` TEXT(65535), PRIMARY KEY(`id`) );...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...