vitess-gh/vitess-mixin/e2e/lookup_keyspace_vschema.json

26 строки
321 B
JSON

{
"sharded": true,
"tables": {
"messages_message_lookup": {
"column_vindexes": [
{
"column": "id",
"name": "hash"
}
]
},
"tokens_token_lookup": {
"column_vindexes": [
{
"column": "id",
"name": "hash"
}
]
}
},
"vindexes": {
"hash": {
"type": "hash"
}
}
}