Run the Schema Script
Copy and paste this SQL to create all tables:
-- Complete schema available in supabase-schema.sql file
-- Creates all tables, indexes, and policies
Add Sample Data (Optional)
Run the sample data script to test functionality:
-- Sample data available in sample-data.sql file
-- Includes test HTS codes and trade data
Verify Setup
Click "Check Status" above to verify everything is working