Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/ULIB/_tmp/rootutils/pecl/PEAR/tests/MDB2/tests/ |
Upload File : |
<?xml version="1.0" encoding="ISO-8859-1" ?> <!-- driver_test.schema @(#) $Header: /repository/pear/MDB2/tests/driver_test.schema.xml,v 1.1 2006/12/19 15:04:53 quipo Exp $ --> <database> <name><variable>name</variable></name> <create><variable>create</variable></create> <table> <name>users</name> <declaration> <field> <name>user_name</name> <type>text</type> <length>12</length> <fixed>false</fixed> </field> <field> <name>user_password</name> <type>text</type> <length>8</length> <fixed>true</fixed> </field> <field> <name>subscribed</name> <type>boolean</type> </field> <field> <name>user_id</name> <type>integer</type> <default>0</default> <notnull>1</notnull> </field> <field> <name>quota</name> <type>decimal</type> </field> <field> <name>weight</name> <type>float</type> </field> <field> <name>access_date</name> <type>date</type> </field> <field> <name>access_time</name> <type>time</type> </field> <field> <name>approved</name> <type>timestamp</type> </field> <index> <name>users_id_index</name> <unique>1</unique> <field> <name>user_id</name> </field> </index> </declaration> </table> <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>