Skip to content

Commit

Permalink
add json support
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Sep 25, 2023
1 parent ddbc8ed commit 82141b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util/dataType/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ export const dataTypes: IDataTypes = {
params: [IDataTypeParamType.DISPLAY_WIDTH],
isDate: true,
},
json: {
params: [],
},
enum: {
params: [],
isEnum: true,
Expand Down

0 comments on commit 82141b9

Please sign in to comment.