Disallow null for recent visit tables columns

  • for board_group_recent_visits we allow null values for user_id, group_id and board_id.
  • for board_project_recent_visits we allow null values for user_id, project_id and board_id.

These values should always be present. Mentioned in !60720 (comment 568268307)