antville/antville_dbpatch20020726.sql

4 lines
101 B
MySQL
Raw Normal View History

2002-07-29 11:12:24 +00:00
use antville;
alter table AV_USER add column USER_EMAIL_ISPUBLIC tinyint(1) null after USER_EMAIL;