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 324941a + 86c57c7 commit 7315797Copy full SHA for 7315797
src/MySqlConnector/Core/SchemaProvider.cs
@@ -179,6 +179,7 @@ private void FillColumns(DataTable dataTable)
179
new DataColumn("DATETIME_PRECISION", typeof(uint)), // lgtm[cs/local-not-disposed]
180
new DataColumn("CHARACTER_SET_NAME", typeof(string)), // lgtm[cs/local-not-disposed]
181
new DataColumn("COLLATION_NAME", typeof(string)), // lgtm[cs/local-not-disposed]
182
+ new DataColumn("COLUMN_TYPE", typeof(string)), // lgtm[cs/local-not-disposed]
183
new DataColumn("COLUMN_KEY", typeof(string)), // lgtm[cs/local-not-disposed]
184
new DataColumn("EXTRA", typeof(string)), // lgtm[cs/local-not-disposed]
185
new DataColumn("PRIVILEGES", typeof(string)), // lgtm[cs/local-not-disposed]
0 commit comments