protected function getConfiguration()
 {
     return array(self::CONFIG_AUX_PHID => true, self::CONFIG_SERIALIZATION => array('rules' => self::SERIALIZATION_JSON), self::CONFIG_COLUMN_SCHEMA => array('defaultAction' => 'text32'), self::CONFIG_KEY_SCHEMA => array('key_phid' => null, 'phid' => array('columns' => array('phid'), 'unique' => true))) + parent::getConfiguration();
 }
 public function getConfiguration()
 {
     return array(self::CONFIG_AUX_PHID => true, self::CONFIG_SERIALIZATION => array('rules' => self::SERIALIZATION_JSON)) + parent::getConfiguration();
 }