feat: 支持pgsql编辑表、索引

This commit is contained in:
刘宗洋
2023-11-23 10:36:20 +08:00
parent 16612d2c9c
commit 206490ba3e
13 changed files with 573 additions and 439 deletions

View File

@@ -44,7 +44,8 @@ SELECT
column_comment columnComment,
column_key columnKey,
extra extra,
is_nullable nullable
is_nullable nullable,
NUMERIC_SCALE numScale
from
information_schema.columns
WHERE