--DROP TABLE DMSTPrecisionType4 CASCADE; CREATE TABLE DMSTPrecisionType4 ( DMSTPrecisionType4_id int NOT NULL PRIMARY KEY, code varchar(255) NOT NULL, codeSystem varchar(255) NOT NULL, displayName varchar(255) NOT NULL ); INSERT INTO DMSTPrecisionType4 (DMSTPrecisionType4_id, code, codeSystem, displayName) VALUES (1, 'p', '2.16.756.5.30.1.112.3.1.201812.10', 'processing'); INSERT INTO DMSTPrecisionType4 (DMSTPrecisionType4_id, code, codeSystem, displayName) VALUES (2, 'u', '2.16.756.5.30.1.112.3.1.201812.10', 'unknown');