Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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.