Classly Setup

Configure your database for AI-powered features

Database Setup for AI Features
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

  1. Go to your Supabase project dashboard
  2. Click on "SQL Editor" in the left sidebar
  3. Click "Copy SQL to Clipboard" above and paste the SQL
  4. Click "Run" to execute the SQL

Option 2: Using psql (Advanced)

  1. Connect to your database using psql
  2. Copy and paste the SQL commands
  3. Execute them one by one