Skip to content

Commit 377ba42

Browse files
Create fakeTable with id and name columns
1 parent 1779f71 commit 377ba42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schema/schema.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
COMMENT ON SCHEMA "public" IS 'standard public schema';
22

3-
CREATE TABLE "public"."ajtkdfjklsa" (
4-
"id" serial
3+
CREATE TABLE "fakeTable" (
4+
"idd" serial,
5+
"name" VARCHAR(16)
56
);
67

78
CREATE TABLE "public"."audit" (

0 commit comments

Comments
 (0)