change image type to TEXT

This commit is contained in:
Gabriel Paradiso
2019-12-17 10:31:05 +01:00
parent c3e1fbe9ae
commit df127c89fd

View File

@@ -200,7 +200,7 @@ CREATE TABLE myhealth.medicaltest
date date NOT NULL,
"time" abstime NOT NULL,
observations TEXT COLLATE pg_catalog."default",
highresimage bytea,
highresimage TEXT,
type VARCHAR(30) NOT NULL,
patientid INTEGER REFERENCES myhealth.patient(id) NOT NULL,
specialistdoctorid INTEGER REFERENCES myhealth.specialistdoctor(id) NOT NULL,