game2001api/tools/migratedb/common/mysql_rule.json
2020-11-04 14:21:23 +08:00

47 lines
864 B
JSON

[
{
"table_name": "version",
"where": ""
},
{
"table_name": "user",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "bag",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "sign",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "quest",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "share_achievement",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "activity",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "passinfo",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "shop",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "equip",
"where": "accountid LIKE '$channel_%'"
},
{
"table_name": "shop_data",
"where": "accountid LIKE '$channel_%'"
}
]