Convert a typed table into an untyped table
You also use the ALTER TABLE statement to change a typed
table into an untyped table:
ALTER TABLE manager DROP TYPE
Tip: Adding a column to a typed table requires
three ALTER TABLE statements to drop the type, add the column, and
add the type to the table.