<?xml version="1.0" encoding="ISO-8859-1"?>
<database>
  <name>
    <variable>database</variable>
  </name>
  <table>
    <name>ce_bad_word</name>
    <declaration>
      <field>
        <name>badword_id</name>
        <type>integer</type>
        <autoincrement>true</autoincrement>
        <notnull>true</notnull>
        <default>0</default>
      </field>
      <field>
        <name>word</name>
        <type>text</type>
        <length>255</length>
        <notnull>true</notnull>
        <default> </default>
      </field>
      <field>
        <name>substitution</name>
        <type>text</type>
        <length>255</length>
        <notnull>true</notnull>
        <default> </default>
      </field>
      <index>
        <name>primary</name>
        <primary>true</primary>
        <field>
          <name>badword_id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
    </declaration>
  </table>
  <table>
    <name>ce_message_category_rel</name>
    <declaration>
      <field>
        <name>message_id</name>
        <type>integer</type>
        <notnull>true</notnull>
        <default>0</default>
      </field>
      <field>
        <name>category_id</name>
        <type>integer</type>
        <notnull>true</notnull>
        <default>0</default>
      </field>
      <field>
        <name>is_shadow</name>
        <type>boolean</type>
        <notnull>true</notnull>
        <default>N</default>
      </field>
      <index>
        <name>message_category_rel</name>
        <unqiue>true</unqiue>
        <field>
          <name>message_id</name>
          <sorting>ascending</sorting>
        </field>
        <field>
          <name>category_id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
    </declaration>
  </table>
  <table>
    <name>debugger</name>
    <declaration>
      <field>
        <name>session_id</name>
        <type>text</type>
        <notnull>true</notnull>
        <default> </default>
        <length>32</length>
      </field>
      <index>
        <name>session_id</name>
        <unqiue>true</unqiue>
        <field>
          <name>session_id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
    </declaration>
  </table>
  <table>
    <name>liveuser_translations</name>
    <declaration>
      <field>
        <name>translation_id</name>
        <type>integer</type>
        <notnull>true</notnull>
        <default>0</default>
        <autoincrement>1</autoincrement>
      </field>
      <field>
        <name>section_id</name>
        <type>integer</type>
        <notnull>true</notnull>
        <default/>
      </field>
      <field>
        <name>section_type</name>
        <type>integer</type>
        <notnull>false</notnull>
        <default>0</default>
      </field>
      <field>
        <name>language_id</name>
        <type>text</type>
        <length>2</length>
        <notnull>false</notnull>
        <default/>
      </field>
      <field>
        <name>name</name>
        <type>text</type>
        <length>50</length>
        <notnull>false</notnull>
        <default/>
      </field>
      <field>
        <name>description</name>
        <type>text</type>
        <length>255</length>
        <notnull>false</notnull>
        <default/>
      </field>
      <index>
        <name>primary</name>
        <primary>true</primary>
        <field>
          <name>translation_id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
      <index>
        <name>section_id</name>
        <unique>true</unique>
        <field>
          <name>section_id</name>
          <sorting>ascending</sorting>
        </field>
        <field>
          <name>section_type</name>
          <sorting>ascending</sorting>
        </field>
        <field>
          <name>language_id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
    </declaration>
  </table>
  <table>
    <name>CamelCaseLetters</name>
    <declaration>
      <field>
        <name>id</name>
        <type>integer</type>
        <autoincrement>true</autoincrement>
        <notnull>true</notnull>
        <default>0</default>
      </field>
      <field>
        <name>word</name>
        <type>text</type>
        <length>255</length>
        <notnull>true</notnull>
        <default> </default>
      </field>
      <index>
        <name>primary</name>
        <primary>true</primary>
        <field>
          <name>id</name>
          <sorting>ascending</sorting>
        </field>
      </index>
    </declaration>
  </table>
</database>
