Skip to content
Snippets Groups Projects
Commit cd1be4d8 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix keyid-datatype (to varchar) and data-alias

parent 50c53306
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<constraints primaryKey="true" primaryKeyName="PK_AB_KEYWORD_ENTRY_AB_KEYWORD_ENTRYID"/>
</column>
<column name="KEYID" type="CHAR(36)">
<column name="KEYID" type="VARCHAR(36)">
<constraints nullable="false"/>
</column>
<column name="TITLE" type="NVARCHAR(100)">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment