Quote:
Originally Posted by cbk1994
And, for columns you can use
NPC Code:
ALTER TABLE table_name
DROP COLUMN column
|
For MySQL, yes. With SQLite (default database for Graal servers), you can only rename or add columns when altering tables. Dropping columns is not directly supported.