Files
archived-spongebin/migrations/0000_wooden_the_santerians.sql
DuroCodes e7a833f153 feat: v2
2025-04-20 21:44:08 -04:00

8 lines
200 B
SQL

CREATE TABLE "paste" (
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
"content" text NOT NULL,
"language" text NOT NULL,
"theme" text NOT NULL,
"created_at" timestamp DEFAULT now()
);