We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab97a6 commit 9766231Copy full SHA for 9766231
migrations-semver/1.0.1_init_data_dml.sql
@@ -0,0 +1,5 @@
1
+INSERT INTO users (
2
+ id, name, email
3
+) VALUES (
4
+ 1, 'me', '[email protected]'
5
+);
0 commit comments