Does TDM6 support Oracle object tables?

I would like to know if and how TDM6 create new/reverse engineer object tables, i.e.

CREATE TYPE o_person_type AS OBJECT (
id NUMBER,
first_name VARCHAR2(20),
last_name VARCHAR2(25),
email VARCHAR2(25),
phone VARCHAR2(20)
);

CREATE TABLE persons OF o_person_type;

Hi Gonzalo,

Oracle object tables are currently not supported. If you’d like this implemented, please, post an idea into our Idea Pond.

Thanks!