From a15d8071788e9b2edbf4b7da238866daec3bc893 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 5 Nov 2020 22:31:27 -0500 Subject: [PATCH] include a reference to corresponding column from the foreign table but that has a different name (like oseas = ssyr from table perd) --- sql/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/schema.sql b/sql/schema.sql index 385efd7..0a3c03e 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -9,6 +9,7 @@ CREATE TABLE fc.target_meta ( ,fkey text ,pretty text ,dtype text + ,mastcol text ); --ALTER TABLE fc.target_meta DROP CONSTRAINT IF EXISTS target_meta_pk;