lifeography
5/17/2018 - 10:29 AM

Create Postgres Database

CREATE DATABASE ebhome_patient_db;
GRANT ALL PRIVILEGES ON DATABASE ebhome_patient_db TO ebhomepatient;