Skip to content

Commit 0fe4bdf

Browse files
committed
fix
1 parent 1e718f4 commit 0fe4bdf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP TABLE IF EXISTS test_users;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS test_users (
2+
id SERIAL PRIMARY KEY,
3+
name VARCHAR(255) NOT NULL
4+
);

0 commit comments

Comments
 (0)