blob: 493f954b1346ea0160d8e5f797b04b784abf2ca3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<table>
<short-name>TITLE</short-name>
<columns>
<column>
<name>FORMAT</name>
<type>VARCHAR</type>
<size>100</size>
<allows-null>true</allows-null>
</column>
<column>
<name>ID</name>
<type>INTEGER</type>
<unique>true</unique>
<primary-key>true</primary-key>
</column>
<column>
<name>NAME</name>
<type>VARCHAR</type>
<size>40</size>
<allows-null>true</allows-null>
</column>
<column>
<name>PUB_ID</name>
<type>INTEGER</type>
</column>
</columns>
<references>
<table-association>
<name>TITLE_PUBLISHER</name>
<target-table-handle>
<table-name>PUBLISHER</table-name>
</target-table-handle>
<on-database>true</on-database>
<column-pairs>
<column-pair>
<source-column-handle>
<column-table-name>TITLE</column-table-name>
<column-name>PUB_ID</column-name>
</source-column-handle>
<target-column-handle>
<column-table-name>PUBLISHER</column-table-name>
<column-name>ID</column-name>
</target-column-handle>
</column-pair>
</column-pairs>
</table-association>
</references>
</table>