alter table pay_item add original_amount bigint default 0 not null comment '原始价格' after amount; alter table pay_item_channel add original_amount bigint default 0 not null after amount;