4 lines
52 B
MySQL
4 lines
52 B
MySQL
|
|
alter table contacts
|
||
|
|
add column
|
||
|
|
text_body text;
|