建表部分
1. 显示建表的过程语句
mysql> show create table logcenter_log;
2. 在表里增加字段
mysql> alter table logcenter_log add ipaddress int(11) deafult null;
建表部分
1. 显示建表的过程语句
mysql> show create table logcenter_log;
2. 在表里增加字段
mysql> alter table logcenter_log add ipaddress int(11) deafult null;