This part explains the versioning the DDL(SQL Scripts) used for creating the Tables.
Follow the following steps to change DDL(SQL Scripts).
Step 1: Remove the Foreign key references if any.
Step 2: Add following 7 columns to Primary table of RDF.
asset_version INTEGER NOT NULL, workspace_id varchar2(40) NOT NULL, branch_id varchar2(40) NOT NULL, is_head ...