<?php return array (
  0 => 
  array (
    'PO_database_type_test' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'bool' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'boolean',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'id' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => true,
           'unsigned' => false,
        )),
        'int' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'lob' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'blob',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'str' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'text',
           'length' => 100,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
        'primary' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'id' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => true,
           'unique' => true,
        )),
      ),
    )),
  ),
  1 => 
  array (
  ),
); ?>