antville/antville_dbpatch20020524.sql
2002-05-27 18:50:48 +00:00

4 lines
87 B
SQL

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