Get Salesforce Database Schema Created in Appian Cloud Database

Hello,

I want some object's schema get created into Appian cloud database.

Consider Account, Contact and Opportunity object's schema get created in Appian Cloud database with it's relationship and datatype of fields. 

  Discussion posts and replies are publicly visible

Parents
  • In order to create a precise schema in the Appian MySQL database, I would either script the DDL and run it manually, or use the WYSIWYG controls in the MySQL console to create and configure the tables.
    To my knowledge there's no simple or easy way to just command Appian to inspect a foreign schema and recreate it locally including table attributes like foreign key relationships.
Reply
  • In order to create a precise schema in the Appian MySQL database, I would either script the DDL and run it manually, or use the WYSIWYG controls in the MySQL console to create and configure the tables.
    To my knowledge there's no simple or easy way to just command Appian to inspect a foreign schema and recreate it locally including table attributes like foreign key relationships.
Children