SQLean's uuid4() in SQLite CREATE TABLE
I'm using Turso, enabled SQLean uuid extension and I would like to generate a table via drizzle-kit with a following id:
and the output:
If I'm not mistaken, this should be possible but throws an error. Is there any workaround?
and the output:
If I'm not mistaken, this should be possible but throws an error. Is there any workaround?