<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
     lob_test.schema

     @(#) $Id: lob_test.schema,v 1.1.1.1 2003/06/16 16:54:11 Administrator Exp $

  -->

<database>

 <name><variable>name</variable></name>
 <create>0</create>
 

 <table>
  <name>files</name>
  <declaration>
   <field> <name>document</name> <type>clob</type> </field>
   <field> <name>picture</name>  <type>blob</type> </field>
  </declaration>
 </table>

</database>
