antville/antville_dbpatch20020524.sql

5 lines
87 B
MySQL
Raw Normal View History

use antville;
alter table WEBLOG
add column TIMEZONE varchar(32) null after COUNTRY;