when import json as storage。 json file like this:
[{
"collection": "items",
"key": "item_1",
"value": {
"name": "Sword",
"damage": 10
},
"permission_read": 2,
"permission_write": 1,
"user_id": "00000000-0000-0000-0000-000000000000"
}]
then i go to Nakama Console User storage
i got
then i run TestStorageWriteRuntimeGlobalSingle in core_storage_test.go
my db is cockroachdb, use dock compose up .
can anybody tell me why?