From: Don Armstrong Date: Mon, 12 Dec 2011 22:55:17 +0000 (-0800) Subject: * ditch dbo. in suspectreasoncode X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce0a637afd7f53101cc1c53c6d853814cf477bac;p=dbsnp.git * ditch dbo. in suspectreasoncode --- diff --git a/schema/human_9606_schema/human_9606_table_postgresql.sql b/schema/human_9606_schema/human_9606_table_postgresql.sql index a440728..ab67e49 100644 --- a/schema/human_9606_schema/human_9606_table_postgresql.sql +++ b/schema/human_9606_schema/human_9606_table_postgresql.sql @@ -353,7 +353,7 @@ snp_id int NOT NULL , reason_code int NULL , upd_time TIMESTAMP NULL ); -CREATE TABLE dbo.SuspectReasonCode( +CREATE TABLE SuspectReasonCode( code int NOT NULL, abbrev varchar(64) NULL, descrip varchar(255) NULL,