Alter's table schema by adding or dropping a provided column.
Alter's table schema by adding or dropping a provided column. The schema of this instance must reflect the updated one after alter.
Table identifier
True if column is to be added else it is to be dropped
Column to be added or dropped
Any additional clauses accepted by underlying table storage like DEFAULT value or column constraints