<?xml version="1.0"?>
<schema version="0.3">
	<table name="atTopicSettings">
    <field name="akID" type="I" size="10">
      <KEY/>
      <DEFAULT value="0"/>
      <UNSIGNED/>
    </field>
    <field name="akTopicParentNodeID" type="I" size="10"/>
    <field name="akTopicTreeID" type="I" size="10"/>
    <index name="akTopicTreeID">
        <col>akTopicTreeID</col>
    </index>
  </table>
  <table name="atSelectedTopics">
  	<field name="avID" type="I" size="10">
        <KEY/>
        <UNSIGNED/>
    </field>
  	<field name="TopicNodeID" type="I" size="10">
        <KEY/>
    </field>
	<index name="TopicNodeID">
		<col>TopicNodeID</col>
	</index>
  </table>
</schema>
