This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
serengo/drizzle/0000_amused_shooting_star.sql
2025-09-26 16:39:14 +02:00

5 lines
75 B
SQL

CREATE TABLE "user" (
"id" serial PRIMARY KEY NOT NULL,
"age" integer
);