<?xml version="1.0" encoding="UTF-8"?>
<schema
  xmlns="http://www.concrete5.org/doctrine-xml/0.5"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.concrete5.org/doctrine-xml/0.5 http://concrete5.github.io/doctrine-xml/doctrine-xml-0.5.xsd">

  <table name="btTopicList">
    <field name="bID" type="integer">
      <unsigned/>
      <key/>
    </field>
    <field name="mode" type="string" size="1" comment="S = Search, P = Page">
      <default value="S"/>
      <notnull/>
    </field>
    <field name="topicAttributeKeyHandle" type="string" size="255">
      <default value=""/>
      <notnull/>
    </field>
    <field name="topicTreeID" type="integer" size="10">
      <unsigned/>
      <default value="0"/>
      <notnull/>
    </field>
    <field name="cParentID" type="integer">
      <unsigned/>
      <default value="0"/>
      <notnull/>
    </field>
    <field name="title" type="string" size="255">
      <default value=""/>
      <notnull/>
    </field>
    <field name="titleFormat" type="string" size="20">
      <default value="h5" />
	  <notnull/>
    </field>
  </table>

</schema>
