Skip to content
Snippets Groups Projects
Commit fdc44b89 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1034159][Komplexe Keywords über Keywordattribute]

parent bd706fe9
No related branches found
No related tags found
No related merge requests found
......@@ -4529,6 +4529,20 @@
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>AB_KEYWORD_ATTRIBUTE_ID</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="1" />
<size v="36" />
<scale v="0" />
<notNull v="true" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
</entityFields>
</entityDb>
</entities>
......
......@@ -8,6 +8,9 @@
<column name="AB_KEYWORD_ENTRY_ID" type="CHAR(36)">
<constraints nullable="false"/>
</column>
<column name="AB_KEYWORD_ATTRIBUTE_ID" type="CHAR(36)">
<constraints nullable="false"/>
</column>
<column name="CHAR_VALUE" type="NVARCHAR(63)"/>
<column name="NUMBER_VALUE" type="NUMERIC(14,2)"/>
<column name="BOOL_VALUE" type="TINYINT"/>
......
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