问题:表notice 的notice_id字段的 属性BIGINT(20) 修改成 BIGINT(15) 语句:alter table notice change notice_id notice_id bigint(15); 相关文章: 2021-12-08 2021-07-02 2021-09-07 2022-12-23 2022-12-23 2022-12-23 2022-01-09 2022-01-05