3 lines
101 B
SQL
3 lines
101 B
SQL
use antville;
|
|
|
|
alter table AV_USER add column USER_EMAIL_ISPUBLIC tinyint(1) null after USER_EMAIL;
|