12345678910111213141516171819202122 |
- {
- "delete_UsePutV": false,
- "table_type": "index_data",
- "Columns": [
- {
- "Name": "building",
- "Type": "String(20)"
- },
- {
- "Name": "round_exist",
- "Type": "Long"
- },
- {
- "Name": "round_used",
- "Type": "Long"
- }
- ],
- "Key": [
- "building"
- ],
- "Indexes": []
- }
|