32 lines
1.2 KiB
SQL
32 lines
1.2 KiB
SQL
--disable_warnings
|
|
DROP TABLE if exists trade_sequence_000;
|
|
DROP TABLE if exists BUSINESS_ACTION_000;
|
|
DROP TABLE if exists BUSINESS_ACTIVITY_000;
|
|
DROP TABLE if exists NOTIFY_000 ;
|
|
DROP TABLE if exists NOTIFY_HISTORY_000 ;
|
|
DROP TABLE if exists TIMEOUT_000 ;
|
|
DROP TABLE if exists TIMEOUT_HISTORY_000 ;
|
|
DROP TABLE if exists TIMEOUT_LONG_000 ;
|
|
DROP TABLE if exists TIMEOUT_REMIND_000;
|
|
DROP TABLE if exists TRADE_BASE_000 ;
|
|
DROP TABLE if exists TRADE_CHARGE_000;
|
|
DROP TABLE if exists TRADE_EXT_000 ;
|
|
DROP TABLE if exists TRADE_FUND_BILL_000 ;
|
|
DROP TABLE if exists TRADE_GOODS_INFO_000 ;
|
|
DROP TABLE if exists TRADE_LOGISTICS_000;
|
|
DROP TABLE if exists TRADE_MESSAGE_BOARD_000 ;
|
|
DROP TABLE if exists TRADE_NOTE_000 ;
|
|
DROP TABLE if exists TRADE_OUTTRADE_000 ;
|
|
DROP TABLE if exists TRADE_PAYMENT_CLAUSE_000 ;
|
|
DROP TABLE if exists TRADE_PAYMENT_ORDER_000 ;
|
|
DROP TABLE if exists TRADE_PROCESS_000 ;
|
|
DROP TABLE if exists TRADE_REFUND_000 ;
|
|
DROP TABLE if exists TRADE_VOUCHER_000 ;
|
|
DROP TABLE if exists TRADE_RECEIVE_ADDRESS_000;
|
|
DROP TABLE if exists TRADE_COOPERATE_000;
|
|
DROP TABLE if exists TRADE_SETTLE_ORDER_000;
|
|
DROP TABLE if exists TRADE_PARTICIPANT_000;
|
|
DROP TABLE if exists BUSINESS_ACTIVITY_ASYNC_000;
|
|
DROP TABLE if exists EXTERFACE_INVOKE_000;
|
|
--enable_warnings
|