Hi Team,Is there way to get all the tables structure present in the appian db. I mean DDL queries for the all the tables present in Appian.Just exploring if this is possible or not, If there is a way to export all tables structure for creating them.Thanks in advance.
Discussion posts and replies are publicly visible
Go to Export tab in phpMyAdmin(Appian Cloud DB), select Custom method, and set Format to SQL.In the Tables section, click Select All under Structure column and make sure Data column is unchecked. Scroll down and click Export button.You'll get a .sql file downloaded with all CREATE TABLE scripts - structure only, no data.
Thanks Shubham Aware This worked for me.