<?php
return array (
  0 => 
  array (
    'as' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'and' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'or' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
      ),
    )),
    'table' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'from' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => true,
           'unsigned' => false,
        )),
        'select' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
        'primary' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'from' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => true,
           'unique' => true,
        )),
      ),
    )),
    'where' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'like' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => true,
           'default' => NULL,
           'autoIncrement' => true,
           'unsigned' => false,
        )),
        'update' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
        'primary' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'like' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => true,
           'unique' => true,
        )),
      ),
    )),
  ),
  1 => 
  array (
  ),
); ?>
