Skip to content

Commit 04f9fc7

Browse files
authored
feat: create 202503071616_create_ticket_table.sql (#1)
1 parent 3e62dcb commit 04f9fc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: migrations/202503071616_create_ticket_table.sql

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS ticket (
2+
id int,
3+
name text
4+
);

0 commit comments

Comments
 (0)