You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2023/01/09 09:59:03 UTC

[GitHub] [incubator-devlake] shubham-cmyk commented on issue #1773: `issues.parent_issue_id` should be null rather than empty string if not exists

shubham-cmyk commented on issue #1773:
URL: https://github.com/apache/incubator-devlake/issues/1773#issuecomment-1375359276

   You can convert the 
   
   >  ParentIssueId           string `gorm:"type:varchar(255)"` 
   
   to 
   
   >  ParentIssueId           *string `gorm:"type:varchar(255)"` 
   
   Then I think you can make pass the `nil` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org