false, self::CONFIG_COLUMN_SCHEMA => array( 'id' => null, 'repositoryID' => 'id?', ), self::CONFIG_KEY_SCHEMA => array( 'PRIMARY' => null, 'revisionID' => array( 'columns' => array('revisionID'), ), 'key_path' => array( 'columns' => array('pathID', 'repositoryID'), ), ), ) + parent::getConfiguration(); } }