We plan to create table documentation in Confluence. Table documentation will include all the tables present in either schema or metadata tables present at our side. This table documentation supposed to be created dynamically. That means when we enhance schema for new tables or column addition or data type changes - the documentation in confluence also updated for same.
I tried to search - but as such no direct option available? /markdown support is present in Cloud Confluence - not clear on same as well?
Name | Data Type | Nullable | Default |
---|---|---|---|
CUSTOMERID | NUMBER(10) | NO | |
NAME | VARCHAR2(50) | YES | |
VARCHAR2(100) | YES | ||
CREATEDDATE | DATE | NO | SYSDATE |