change image type to TEXT
This commit is contained in:
@@ -200,7 +200,7 @@ CREATE TABLE myhealth.medicaltest
|
|||||||
date date NOT NULL,
|
date date NOT NULL,
|
||||||
"time" abstime NOT NULL,
|
"time" abstime NOT NULL,
|
||||||
observations TEXT COLLATE pg_catalog."default",
|
observations TEXT COLLATE pg_catalog."default",
|
||||||
highresimage bytea,
|
highresimage TEXT,
|
||||||
type VARCHAR(30) NOT NULL,
|
type VARCHAR(30) NOT NULL,
|
||||||
patientid INTEGER REFERENCES myhealth.patient(id) NOT NULL,
|
patientid INTEGER REFERENCES myhealth.patient(id) NOT NULL,
|
||||||
specialistdoctorid INTEGER REFERENCES myhealth.specialistdoctor(id) NOT NULL,
|
specialistdoctorid INTEGER REFERENCES myhealth.specialistdoctor(id) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user