Hi,
Aurora PostgreSQL DB has a table in which one column has the datatypeBIT(1). Now the requirement is that I have to change the datatype of thatcolumn from BIT to BOOLEAN. There are only a few rows in the table.
-- Thanks & RegardsGambhir Singh