-- Drop clothing table DROP INDEX IF EXISTS idx_clothing_created_at; DROP INDEX IF EXISTS idx_clothing_display_order; DROP INDEX IF EXISTS idx_clothing_active; DROP TABLE IF EXISTS clothing;