itsanameidk
itsanameidk
Explore posts from servers
DTDrizzle Team
Created by itsanameidk on 11/10/2023 in #help
Generate Random UUID Sqlite
when doing drizzle-kit generate:sqlite --out ./drizzle/migrations --breakpoints --schema=./drizzle/schema.ts it should of generated a default in the sql file instead of this right?
CREATE TABLE `applications` (
`id` text(36) PRIMARY KEY NOT NULL,
`name` text NOT NULL
);
CREATE TABLE `applications` (
`id` text(36) PRIMARY KEY NOT NULL,
`name` text NOT NULL
);
10 replies