问题:表notice 的notice_id字段的 属性BIGINT(20) 修改成 BIGINT(15) 语句:alter table notice change notice_id notice_id bigint(15); 相关文章: