-- Rollback: Drop user_role_profiles table -- WARNING: This will fail if data exists and FK constraints are in place DROP TABLE IF EXISTS user_role_profiles CASCADE;