game2004api/tools/migratedb/common/mysql_rule.json
aozhiwei c931239182 1
2020-09-01 17:52:51 +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_%'"
}
]