xuetuing

Results 2 issues of xuetuing

issue using "import form SQL" feature with MySQL : TEXT How to reproduce ![image](https://github.com/user-attachments/assets/2d5836bb-fffa-4409-8d2f-b86fb91f12b7) ``` 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...