making the d-tag unique.

This commit is contained in:
Vitor Pamplona 2024-04-09 17:38:11 -04:00
parent cb8e7eb54c
commit 3f9e5d4893

2
41.md
View File

@ -18,7 +18,7 @@ Values can be public or encrypted to the user.
{ {
"kind": 31200, "kind": 31200,
"tags": [ "tags": [
["d", "<row-primary-key>"] ["d", "<database-name:table-name:row-primary-key>"]
["n", "<table-name>"] ["n", "<table-name>"]
["u", "<database-name>"] ["u", "<database-name>"]
["<column-name>", "<column-row-value>"] ["<column-name>", "<column-row-value>"]