|
|
|
@ -1302,3 +1302,10 @@ CALL Pro_Temp_ColumnWork('basic_products', 'zczbhhzbapzbhSys',
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_corp', 'aliEntId',
|
|
|
|
|
'varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT ''阿里供应商ID''',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
CALL Modify_index('io_order', 'action,invCode', 'idex_order_query', 'BTREE');
|
|
|
|
|
CALL Modify_index('io_order', 'mainAction', 'idex_order_query_mainAction', 'BTREE');
|
|
|
|
|
call Modify_UNIQUE_index('io_code', 'code', 'idex_code_query', 'BTREE');
|
|
|
|
|
call Modify_UNIQUE_index('io_code_temp', 'code', 'idex_code_temp_query', 'BTREE');
|
|
|
|
|
CALL Modify_index('io_order_detail_code', 'orderIdFk', 'idex_query_orderIdFk', 'BTREE');
|
|
|
|
|
CALL Modify_index('io_order_detail_biz', 'orderIdFk', 'idex_query_orderIdFk', 'BTREE');
|
|
|
|
|