init_tran.sql 118 B

12
  1. ALTER TABLE `tran_inquiry_detail`
  2. ADD COLUMN `content_json` text NULL COMMENT '内容字符串json' AFTER `content`;