Skip to content

Commit 7128f1b

Browse files
authored
typo in column name
using the SqlRender mechanism, this fix will propagate to other flavors. reveue_code_source_value was mispelled
1 parent 5515b04 commit 7128f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sql Server/OMOP CDM ddl - SQL Server.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ CREATE TABLE cost
613613
payer_plan_period_id INTEGER NULL ,
614614
amount_allowed FLOAT NULL ,
615615
revenue_code_concept_id INTEGER NULL ,
616-
reveue_code_source_value VARCHAR(50) NULL,
616+
revenue_code_source_value VARCHAR(50) NULL,
617617
drg_concept_id INTEGER NULL,
618618
drg_source_value CHAR(3) NULL
619619
)

0 commit comments

Comments
 (0)