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 564c217 commit b0c6b60Copy full SHA for b0c6b60
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