Current File : //opt/RZphp72/includes/www/pear.php.net/sql/pearweb_manual.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<database>

 <name>pear</name>
 <create>true</create>
 <overwrite>false</overwrite>

 <table>
  <name>manual_notes</name>
  <declaration>

   <field>
    <name>note_id</name>
    <type>integer</type>
    <length>11</length>
    <notnull>true</notnull>
    <autoincrement>true</autoincrement>
   </field>

   <field>
    <name>page_url</name>
    <type>text</type>
    <length>100</length>
    <notnull>true</notnull>
   </field>

   <field>
    <name>user_name</name>
    <type>text</type>
    <length>100</length>
    <notnull>true</notnull>
   </field>

   <field>
    <name>user_handle</name>
    <type>text</type>
    <length>20</length>
    <notnull>false</notnull>
   </field>

   <field>
    <name>note_text</name>
    <type>clob</type>
    <notnull>true</notnull>
   </field>

   <field>
    <name>note_time</name>
    <type>timestamp</type>
    <notnull>true</notnull>
   </field>

   <field>
    <name>note_approved</name>
    <type>text</type>
    <length>7</length>
    <notnull>true</notnull>
    <default>pending</default>
   </field>

   <field>
    <name>note_approved_by</name>
    <type>integer</type>
    <length>11</length>
    <notnull>false</notnull>
   </field>

   <field>
    <name>note_deleted</name>
    <type>boolean</type>
    <notnull>true</notnull>
    <default>0</default>
   </field>

   <field>
    <name>note_compiled</name>
    <type>clob</type>
    <notnull>false</notnull>
   </field>

   <index>
    <name>primary</name>
    <primary>true</primary>
    <field>
     <name>id</name>
     <sorting>ascending</sorting>
    </field>
   </index>

   <index>
    <name>IDX_page_url</name>
    <field>
     <name>page_url</name>
    </field>
   </index>

   <index>
    <name>IDX_note_time</name>
    <field>
     <name>note_time</name>
    </field>
   </index>

  </declaration>
 </table>

 <table>
  <name>apidoc_queue</name>
  <declaration>

   <field>
    <name>filename</name>
    <type>text</type>
    <length>255</length>
    <notnull>true</notnull>
    <default></default>
   </field>

   <field>
    <name>queued</name>
    <type>datetime</type>
    <notnull>true</notnull>
   </field>

   <field>
    <name>finished</name>
    <type>datetime</type>
    <notnull>true</notnull>
   </field>

   <field>
    <name>log</name>
    <type>clob</type>
    <notnull>false</notnull>
   </field>

   <index>
    <name>filename</name>
    <unique>true</unique>
    <field>
     <name>filename</name>
    </field>
   </index>

  </declaration>
</table>


</database>