You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`INSERT INTO posts(id, title, description, content, author, timestamp)
72
+
VALUES('8aaf37cf-94c9-4c6a-b566-0265ce34b78c', 'Test Post', 'This is my test post', 'Test post Content', '[email protected]', '2019-09-15T07:30:57.392Z')
73
+
RETURNING *
74
+
`,
75
+
`INSERT INTO posts(id, title, description, content, author, timestamp)
76
+
VALUES('8aaf37cf-94c9-4c6a-b566-0265ce34b58a', 'Test Post 2', 'This is my test post', 'Test post Content', '[email protected]', '2019-09-18T07:30:57.392Z')
77
+
RETURNING *
78
+
`,
79
+
`INSERT INTO comments(id, content, author, post, timestamp)
0 commit comments