array( 'title' => 'text255', 'blurb' => 'text', 'profileImagePHID' => 'phid?', ), self::CONFIG_KEY_SCHEMA => array( 'userPHID' => array( 'columns' => array('userPHID'), 'unique' => true, ), ), ) + parent::getConfiguration(); } }