likyh commented on issue #3564: URL: https://github.com/apache/incubator-devlake/issues/3564#issuecomment-1293649886
The char '0x00' can not be saved in `text` in Postgres. It can be saved in type `bytea` but it must define the column in golang as `[]byte`.  It is not convenient to be used. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
