erhsh 的另一个家

erhsh

走的不快,总比不走强!

随笔分类 -  mysql

record useful order to operate database!
摘要:问题:表notice 的notice_id字段的 属性BIGINT(20) 修改成 BIGINT(15)语句:alter table notice change notice_id notice_id bigint(15); 阅读全文
posted @ 2011-01-27 19:19 erhsh 阅读(148) 评论(0) 推荐(0)