Signed-off-by: 清子 <261617183@qq.com>
@@ -89,4 +89,19 @@ export const dataTypeList = [
hasLength: false,
hasDecimalDigits: false,
},
+ {
+ value: 'date',
+ hasLength: false,
+ hasDecimalDigits: false,
+ },
+ value: 'blob',
+ value: 'clob',
];