Files
bin/drizzle/0000_ambiguous_mach_iv.sql
2024-01-14 15:56:43 +01:00

7 lines
144 B
SQL

CREATE TABLE IF NOT EXISTS "code" (
"id" text PRIMARY KEY NOT NULL,
"code" text NOT NULL,
"lang" text NOT NULL,
"authorId" text NOT NULL
);