Explorar el Código

!1311 【轻量级 PR】:update Web/src/views/system/database/database.ts.
Merge pull request !1311 from Eadon/N/A

zuohuaijun hace 2 años
padre
commit
f8d052c885
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      Web/src/views/system/database/database.ts

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

@@ -104,4 +104,9 @@ export const dataTypeList = [
 		hasLength: false,
 		hasDecimalDigits: false,
 	},
+    {
+		value: 'boolean',
+		hasLength: false,
+		hasDecimalDigits: false,
+	},
 ];