eaGeier

SimpleTest Table

From EA-Geier

Jump to: navigation, search
Database
Config Table
Clients Table
ClientConfig Table
Users Table
UserConfig Table
Session2 Table
SimpleTest Table
Cash-Book Table
Assets-Book Table
Purchase-Book Table
Traveling-Expenses Table
Balance Table

Table to run unit tests.

<?xml version="1.0"?>
<schema version="0.3">
  <table name="simpletest">
    <field name="id" type="I" size="6">
      <KEY/>
      <AUTOINCREMENT/>
      <UNSIGNED/>
    </field>
    <field name="name" type="C" size="64">
      <NOTNULL/>
    </field>
    <data>
      <row><f>1</f><f>Test1</f></row>
      <row><f>2</f><f>Test2</f></row>
    </data>
  </table>
</schema>
(Please click here to find the acronyms used on this page)
Personal tools
Advertisment