HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/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>