playorm
playorm copied to clipboard
Support for ALTER table
Need to see, to what extent support can be provided for ALTER table statement.
i.e., Check if we can add/drop/modify a column!
ALTER TABLE table_name DROP COLUMN column_name
ALTER TABLE table_name ADD column_name datatype
ALTER TABLE table_name ALTER COLUMN column_name datatype
ALTER TABLE table_name MODIFY column_name datatype