Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 19cabb2b43194018455645a8cb5caf62 > files > 8

ezcomponents-AuthenticationDatabaseTiein-1.1-3.mga4.noarch.rpm

<?php return array (
  0 => 
  array (
    'openid_associations' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'association' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'text',
           'length' => 2048,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'url' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'text',
           'length' => 255,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
        'url' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'url' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => false,
           'unique' => false,
        )),
      ),
    )),
    'openid_nonces' => 
    ezcDbSchemaTable::__set_state(array(
       'fields' => 
      array (
        'nonce' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'text',
           'length' => 32,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
        'timestamp' => 
        ezcDbSchemaField::__set_state(array(
           'type' => 'integer',
           'length' => 0,
           'notNull' => false,
           'default' => NULL,
           'autoIncrement' => false,
           'unsigned' => false,
        )),
      ),
       'indexes' => 
      array (
        'nonce' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'nonce' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => false,
           'unique' => false,
        )),
      ),
    )),
  ),
  1 => 
  array (
  ),
); ?>