feat(M08-C): 建立管理员房态运营入口
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SELECT COUNT(*) AS expected_columns
|
||||
SELECT column_name
|
||||
FROM information_schema.columns
|
||||
WHERE table_schema = DATABASE()
|
||||
AND table_name = 'qipai_recharge_orders'
|
||||
@@ -10,7 +10,7 @@ WHERE table_schema = DATABASE()
|
||||
'raw_notify'
|
||||
);
|
||||
|
||||
SELECT COUNT(*) AS expected_indexes
|
||||
SELECT index_name
|
||||
FROM information_schema.statistics
|
||||
WHERE table_schema = DATABASE()
|
||||
AND table_name = 'qipai_recharge_orders'
|
||||
|
||||
Reference in New Issue
Block a user