make UUID/manual primary key selectable with count (#13799)

This commit is contained in:
Azri Kahar
2022-06-09 20:04:11 +08:00
committed by GitHub
parent 029d1f02f1
commit ce0d53fd2d

View File

@@ -208,6 +208,7 @@ export default definePanel({
},
options: {
allowPrimaryKey: true,
typeAllowList: ['integer', 'bigInteger', 'uuid', 'string'],
},
},
],