mirror of
https://github.com/findyourmagic/dber.git
synced 2026-04-26 14:35:52 +03:00
[GH-ISSUE #38] [FEATURE]导入表时支持多表导入 #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fuzi1996 on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/findyourmagic/dber/issues/38
目前现象
目前只能一个个导入表定义,如果贴了多个表的ddl会报解析问题
期望
支持多表导入
@fuzi1996 commented on GitHub (May 14, 2024):
发现是支持多表导入的