Set up the required database tables and columns for AI-powered features
Manual Setup Instructions
If the automatic setup doesn't work, follow these steps:
Option 1: Supabase Dashboard
Go to your Supabase project dashboard
Click on "SQL Editor" in the left sidebar
Click "Copy SQL to Clipboard" above and paste the SQL
Click "Run" to execute the SQL
Option 2: Using psql (Advanced)
Connect to your database using psql
Copy and paste the SQL commands
Execute them one by one
Note: The AI features require these database tables to function properly. Without them, you'll see errors when trying to use AI predictions, mood tracking, and other advanced features.