-- Create a schema handling trial history. CREATE SCHEMA rxnorm_migrated; --Create role for anyone who needs to both select and insert on historical data GRANT ALL ON ALL TABLES IN SCHEMA rxnorm_migrated TO root;