Skip to content

Commit

Permalink
Fix create TYPE column
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jul 16, 2024
1 parent b018c7c commit c97ea7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<constraints primaryKey="true" nullable="false"/>
</column>
<column name="OBSERVATION_TIME_END" type="timestamp with time zone"/>
<column name="TYPE" type="data type of value"/>
<column name="TYPE" type="varchar(25)"/>
<column name="VALUE_NUMERIC" type="double"/>
<column name="VALUE_TEXTUAL" type="clob"/>
</createTable>
Expand Down

0 comments on commit c97ea7d

Please sign in to comment.