3 lines
52 B
SQL
3 lines
52 B
SQL
alter table contacts
|
|
add column
|
|
text_body text;
|
alter table contacts
|
|
add column
|
|
text_body text;
|