如何在 MySQL 中映射上述数据结构?我想知道如何为Tags
键分配多个值。
这是 CouchDB 教程中的一个示例。
{
"Subject": "I like Plankton",
"Author": "Rusty",
"PostedDate": "5/23/2006",
"Tags": ["plankton", "baseball", "decisions"],
"Body": "I decided today that I don't like baseball. I like plankton."
}