skrypt, aby dodać nową kolumnę w tabeli SQL

ALTER TABLE table_name
ADD column_name datatype;
Toutaboc