playorm icon indicating copy to clipboard operation
playorm copied to clipboard

Support for ALTER table

Open easility opened this issue 13 years ago • 0 comments

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

easility avatar Dec 23 '12 20:12 easility