2 lines
81 B
MySQL
2 lines
81 B
MySQL
|
use antville;
|
||
|
alter table WEBLOG add column EMAIL tinytext null after BIRTHDATE;
|