5 lines
87 B
MySQL
5 lines
87 B
MySQL
|
use antville;
|
||
|
|
||
|
alter table WEBLOG
|
||
|
add column TIMEZONE varchar(32) null after COUNTRY;
|