We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e62dcb commit 04f9fc7Copy full SHA for 04f9fc7
migrations/202503071616_create_ticket_table.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE IF NOT EXISTS ticket (
2
+ id int,
3
+ name text
4
+);
0 commit comments