mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
handle sparse, zerofill, unsigned, commant flags
This commit is contained in:
@@ -9,6 +9,7 @@ select
|
||||
NUMERIC_SCALE as numericScale,
|
||||
COLUMN_DEFAULT as defaultValue,
|
||||
COLUMN_COMMENT as columnComment,
|
||||
COLUMN_TYPE as columnType,
|
||||
EXTRA as extra
|
||||
from INFORMATION_SCHEMA.COLUMNS
|
||||
where TABLE_SCHEMA = '#DATABASE#' and TABLE_NAME =OBJECT_ID_CONDITION
|
||||
|
||||
Reference in New Issue
Block a user