不要怂,就是干,撸起袖子干!

Commit 308bb8c3 by Michael Kelley Committed by Mick Hansen

Added CHARACTER_MAXIMUM_LENGTH field from INFORMATION_SCHEMA.COLUMNS table to th…

…e mssql dialect's describeTableQuery (#5852)
1 parent 3b35dc9f
Showing with 1 additions and 0 deletions
......@@ -108,6 +108,7 @@ var QueryGenerator = {
'SELECT',
"c.COLUMN_NAME AS 'Name',",
"c.DATA_TYPE AS 'Type',",
"c.CHARACTER_MAXIMUM_LENGTH AS 'Length',",
"c.IS_NULLABLE as 'IsNull',",
"COLUMN_DEFAULT AS 'Default',",
"tc.CONSTRAINT_TYPE AS 'Constraint'",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!