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.
2 parents f2c84f9 + 2f4d183 commit 002f639Copy full SHA for 002f639
sql_queries/dashboard_preview_forms.sql
@@ -0,0 +1,4 @@
1
+const [rows] = await connection.execute(
2
+ 'SELECT id, form_type, farmer_name, created_at, status FROM forms WHERE user_id = ?',
3
+ [userId]
4
+ );
0 commit comments