Explorar o código

!589 兼容Oracle数据库
Merge pull request !589 from 清子/N/A

zuohuaijun %!s(int64=3) %!d(string=hai) anos
pai
achega
2d64cab983
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      Web/src/views/system/database/database.ts

+ 15 - 0
Web/src/views/system/database/database.ts

@@ -89,4 +89,19 @@ export const dataTypeList = [
 		hasLength: false,
 		hasDecimalDigits: false,
 	},
+	{
+		value: 'date',
+		hasLength: false,
+		hasDecimalDigits: false,
+	},
+    {
+		value: 'blob',
+		hasLength: false,
+		hasDecimalDigits: false,
+	},
+    {
+		value: 'clob',
+		hasLength: false,
+		hasDecimalDigits: false,
+	},
 ];