Table column creation date
Which View can I query to get column creation date? I know that DBA_OBJECTS has last DDL time but I need to know the exact date when each column was added to a table (i.e when I use alter table add columns multiple times on a table)
Thanks in advance for your support
Bala