change image type to TEXT
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user