Adding a UniqueIdentifier field #5624
kmbisset89
started this conversation in
Ideas
Replies: 1 comment · 1 reply
-
What database engine are you using? Most should have a built-in UUID type that's 128-bits wide, or at worst can support arbitrary bit width integers or 8-byte binary types. We do not support a single value. across two columns. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to try and use kotlin Uuid library and store as two long columns for most and least significant bit to keep it more performant. How hard would it be to have a multiple column adapter compared to the single column adapter?
Beta Was this translation helpful? Give feedback.
All reactions