|
|
|
@ -301,3 +301,42 @@ CREATE TABLE IF NOT EXISTS `sync_data_change_bustypes`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 修改主键为LONG
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_hosp_type', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_udirel', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_products', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('company_product_relevance', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_corp', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sup_cert', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sup_cert_set', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sup_company', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sup_manufacturer', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sup_product', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code_lost', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code_rel', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bustype_change', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_bustype_origin', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_user', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_user_bustype', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_dept', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_warehouse', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_warehouse_bustype', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_warehouse_user', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('auth_space', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_dept', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_warehouse', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_products', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_corp', 'id', 'bigint', 2);
|
|
|
|
|