Fügen Sie eine neue Spalte in die Tabelle hinzu
ALTER TABLE table ADD [COLUMN] column_name;
mathiasgodwin
ALTER TABLE table ADD [COLUMN] column_name;