-
Bug
-
Resolution: Done
-
Critical
-
11.0
If table has a columns like
CREATE FOREIGN TABLE Blah (
id int,
"year" date,
PRIMARY KEY ("year")
);
Then during the metadata import process, the PK is ignored. Also test same scenario for UNIQUE KEY and FOREIGN KEY.