建表部分
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;