We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 856c07f + 483f229 commit 0b7a5b4Copy full SHA for 0b7a5b4
src/SmartCode.Generator/Maps/Database-MySql.xml
@@ -4,7 +4,8 @@
4
<Statement Id="QueryTable">
5
SELECT
6
T.TABLE_NAME Name,
7
- ( CASE WHEN T.TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END ) AS TypeName
+ ( CASE WHEN T.TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END ) AS TypeName,
8
+ T.TABLE_COMMENT AS `Description`
9
FROM
10
Information_Schema.TABLES AS T
11
WHERE
0 commit comments