antville/antville_dbpatch20020726.sql

3 lines
101 B
SQL

use antville;
alter table AV_USER add column USER_EMAIL_ISPUBLIC tinyint(1) null after USER_EMAIL;