vkt-1271 commented on issue #1004: URL: https://github.com/apache/age/issues/1004#issuecomment-1642036145
label: A string literal representing the textual label associated with one value of an enum type. There is no such data type in PostgreSQL but there are **two** ways by which we can solve this problem. 1. Single **JSON** column to store multiple labels. 2. Multiple separate columns for each label with a flag to indicate whether a label is present or not. For the second method, we need to create a junction/link table as mentioned by @WendelLana. -- 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]
