Skip to content

Commit 142bfb6

Browse files
Change 'name' column to 'username' in t0 table
Replaced 'name' column with 'username' in table t0.
1 parent c101611 commit 142bfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CREATE TABLE "public"."t0" (
22
"id" serial PRIMARY KEY,
3-
"name" text
3+
"username" text
44
);

0 commit comments

Comments
 (0)