Skip to content

Commit 81ae41c

Browse files
FrisoDenijsmivano
authored andcommitted
updated add column example config (#197)
1 parent 49e8e9a commit 81ae41c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -544,12 +544,12 @@ Keys and values are case-sensitive. Case must match **_exactly_** as shown below
544544
<remove Name="Properties"/>
545545
</RemoveStandardColumns>
546546
<Columns>
547-
<add ColumnName="EventType" DataType="int"/>
548-
<add ColumnName="Release"
549-
DataType="varchar"
550-
DataLength="64"
551-
AllowNull="true"
552-
NonClusteredIndex="false"/>
547+
<add columnName="EventType" DataType="int"/>
548+
<add columnName="Release"
549+
dataType="varchar"
550+
dataLength="64"
551+
allowNull="true"
552+
nonClusteredIndex="false"/>
553553
</Columns>
554554
<Exception ColumnName="Ex" DataLength="512"/>
555555
<Id NonClusteredIndex="true"/>

0 commit comments

Comments
 (0)