cambiar tipo de datos para highresimage a TEXT
This commit is contained in:
@@ -129,7 +129,7 @@ CREATE TABLE myhealth.medicalspecialty
|
|||||||
)
|
)
|
||||||
TABLESPACE pg_default;
|
TABLESPACE pg_default;
|
||||||
|
|
||||||
-- Table: myhealth.patient
|
-- Table: myhealth.patient
|
||||||
CREATE 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 ),
|
id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY ( INCREMENT 1 START 1 MINVALUE 1 MAXVALUE 2147483647 CACHE 1 ),
|
||||||
|
|||||||
Reference in New Issue
Block a user