mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
!110 feat: 支持各源数据库导出sql,数据库迁移部分bug修复
* feat: 各源数据库导出 * fix: 数据库迁移 bug修复
This commit is contained in:
@@ -35,7 +35,8 @@ SELECT
|
||||
index_type indexType,
|
||||
IF(non_unique, 0, 1) isUnique,
|
||||
SEQ_IN_INDEX seqInIndex,
|
||||
INDEX_COMMENT indexComment
|
||||
INDEX_COMMENT indexComment,
|
||||
index_name = 'PRIMARY' as isPrimaryKey
|
||||
FROM
|
||||
information_schema.STATISTICS
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user