update20230612.sql 98 B

12345
  1. use kgraph;
  2. ALTER TABLE t_extract_by_hand_detail MODIFY COLUMN `entity` VARCHAR ( 512 );
  3. commit;