- Use sql.NullString to scan nullable assignee column - Prevents 'converting NULL to string is unsupported' error - Only set assignee if value is valid (not NULL)
- Use sql.NullString to scan nullable assignee column - Prevents 'converting NULL to string is unsupported' error - Only set assignee if value is valid (not NULL)