array( 'token' => 'text64?', ), self::CONFIG_KEY_SCHEMA => array( 'userPHID' => array( 'columns' => array('userPHID'), 'unique' => true, ), 'token' => array( 'columns' => array('token'), 'unique' => true, ), ), ) + parent::getConfiguration(); } }