forked from luyan/epmet-cloud-lingshan
8 changed files with 39 additions and 9 deletions
@ -0,0 +1,2 @@ |
|||
alter table import_task add column SUCCESS_ITEMS_QTY int comment '成功条数' after RESULT_DESC; |
|||
alter table import_task add column FAIL_ITEMS_QTY int comment '失败条数' after SUCCESS_ITEMS_QTY; |
Loading…
Reference in new issue