Current File : //home/strato/chroot/opt/RZphp81/includes/test/MDB/tests/lob_test.schema
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
     lob_test.schema

     @(#) $Id: lob_test.schema,v 1.2 2003/06/14 08:32:11 quipo Exp $

  -->

<database>

 <name><variable>name</variable></name>
 <create>0</create>


 <table>
  <name>files</name>
  <declaration>
   <field> <name>ID</name>       <type>integer</type> <default>0</default> <notnull>1</notnull> </field>
   <field> <name>document</name> <type>clob</type>                                              </field>
   <field> <name>picture</name>  <type>blob</type>                                              </field>
   <index>
    <name>lob_id_index</name>
    <unique>1</unique>
    <field> <name>ID</name> </field>
   </index>
  </declaration>
 </table>

</database>