Guid Data Type
#3905
Replies: 1 comment
-
Unfortunately you would need to modify the internals of SQLite to have a new column type for GUID/UUID and I don't believe that will happen. However, you can create a blob column and assign the value of the uuid_blob() extension function and accomplish the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just found this software, and would like to congratulate the author on a job well done.
One small enhancement request - would be nice if the available tble coumn types included GUID.
Beta Was this translation helpful? Give feedback.
All reactions