For DB use supabase
I'll create a comprehensive mental health screening application using the DASS-21 scale for Bangladesh with Supabase as the database. This application will be bilingual (English & Bangla) and provide instant assessment results.
Log in
You must be logged in to connect an integration.
Delete all the table generate new table
I'll create SQL scripts to delete all existing tables and create new ones for the DASS-21 mental health screening application.
-- Drop existing tables if they exist
DROP TABLE IF EXISTS results;
DROP TABLE IF EXISTS responses;
DROP TABLE IF EXISTS questions;
DROP TABLE IF EXISTS profiles;
The SQL code block failed to execute. The error was: SQL execution error: Tenant or user not found.