Dodaj nową kolumnę do tabeli
ALTER TABLE table ADD [COLUMN] column_name;
mathiasgodwin
ALTER TABLE table ADD [COLUMN] column_name;