cambiar tipo de datos para highresimage a TEXT

This commit is contained in:
Gabriel Paradiso
2019-12-14 20:58:02 +01:00
parent 310578241e
commit cf2140d6c7

View File

@@ -129,7 +129,7 @@ CREATE TABLE myhealth.medicalspecialty
)
TABLESPACE pg_default;
-- Table: myhealth.patient
-- Table: myhealth.patient
CREATE TABLE myhealth.patient
(
id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY ( INCREMENT 1 START 1 MINVALUE 1 MAXVALUE 2147483647 CACHE 1 ),