false, self::CONFIG_KEY_SCHEMA => array( 'key_user' => array( 'columns' => array('userPHID', 'commentID'), 'unique' => true, ), 'key_comment' => array( 'columns' => array('commentID'), ), ), ) + parent::getConfiguration(); } }