<?xml version="1.0" encoding="UTF-8"?>
<database>
 <table>
  <name>cache_templates</name>
  <declaration>
   <field>
    <name>cache</name>
    <type>text</type>
    <length>255</length>
    <notnull>true</notnull>
   </field>
   <field>
    <name>expired</name>
    <type>integer</type>
   </field>
   <field>
    <name>id</name>
    <type>integer</type>
    <autoincrement>true</autoincrement>
    <notnull>true</notnull>
   </field>
   <index>
    <name>primary</name>
    <primary>true</primary>
    <unique>true</unique>
    <field>
     <name>id</name>
    </field>
   </index>
  </declaration>
 </table>
 <table>
  <name>cache_values</name>
  <declaration>
   <field>
    <name>name</name>
    <type>text</type>
    <length>50</length>
    <notnull>true</notnull>
   </field>
   <field>
    <name>template_id</name>
    <type>integer</type>
    <notnull>true</notnull>
   </field>
   <field>
    <name>value</name>
    <type>text</type>
    <length>255</length>
    <notnull>true</notnull>
   </field>
   <index>
    <name>primary</name>
    <primary>true</primary>
    <unique>true</unique>
    <field>
     <name>name</name>
    </field>
    <field>
     <name>template_id</name>
    </field>
    <field>
     <name>value</name>
    </field>
   </index>
  </declaration>
 </table>
 <table>
  <name>user</name>
  <declaration>
   <field>
    <name>id</name>
    <type>integer</type>
    <autoincrement>true</autoincrement>
    <notnull>true</notnull>
   </field>
   <field>
    <name>name</name>
    <type>text</type>
    <length>50</length>
    <notnull>true</notnull>
   </field>
   <field>
    <name>nickname</name>
    <type>text</type>
    <length>30</length>
    <notnull>true</notnull>
   </field>
   <index>
    <name>primary</name>
    <primary>true</primary>
    <unique>true</unique>
    <field>
     <name>id</name>
    </field>
   </index>
  </declaration>
 </table>
</database>
