--  增加

ALTER TABLE `gdm_nursing_patient` ADD COLUMN `due_date` date DEFAULT NULL COMMENT '名称' AFTER `busi_no`;

-- 删除

alter table gdm_nursing_patient drop column breakfast,drop column morning_extra,drop column lunch,drop column afternoon_extra,drop column dinner,drop column evening_extra;

-- 修改

alter table user MODIFY field VARCHAR(10); 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-11-30
  • 2021-08-11
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2022-12-23
  • 2021-12-08
  • 2021-11-20
  • 2021-11-20
相关资源
相似解决方案