central_update_20240123.sql 201 B

12345
  1. alter table pay_item
  2. add original_amount bigint default 0 not null comment '原始价格' after amount;
  3. alter table pay_item_channel
  4. add original_amount bigint default 0 not null after amount;