Skip to content

Commit 86c57c7

Browse files
committed
Get COLUMN_TYPE with FillDataTable
Signed-off-by: mitchydeath <[email protected]>
1 parent 55488ba commit 86c57c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MySqlConnector/Core/SchemaProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ private void FillColumns(DataTable dataTable)
179179
new DataColumn("DATETIME_PRECISION", typeof(uint)), // lgtm[cs/local-not-disposed]
180180
new DataColumn("CHARACTER_SET_NAME", typeof(string)), // lgtm[cs/local-not-disposed]
181181
new DataColumn("COLLATION_NAME", typeof(string)), // lgtm[cs/local-not-disposed]
182+
new DataColumn("COLUMN_TYPE", typeof(string)), // lgtm[cs/local-not-disposed]
182183
new DataColumn("COLUMN_KEY", typeof(string)), // lgtm[cs/local-not-disposed]
183184
new DataColumn("EXTRA", typeof(string)), // lgtm[cs/local-not-disposed]
184185
new DataColumn("PRIVILEGES", typeof(string)), // lgtm[cs/local-not-disposed]

0 commit comments

Comments
 (0)