This commit is contained in:
2025-09-26 16:39:14 +02:00
parent ad728840a7
commit fe0f9390a9
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE "user" (
"id" serial PRIMARY KEY NOT NULL,
"age" integer
);