blob: d51725f778d693c477b7a71769972738b4eef5f1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<table>
<short-name>PUBLISHER</short-name>
<columns>
<column>
<name>ID</name>
<type>INTEGER</type>
<unique>true</unique>
<primary-key>true</primary-key>
</column>
<column>
<name>NAME</name>
<type>VARCHAR</type>
<size>20</size>
<allows-null>true</allows-null>
</column>
</columns>
</table>