function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jesse Miller 10Jesse Miller 10 

MySQL or Postgres table structure for Salesforce standard fields

I am in the process of building an external data warehouse for my Salesforce data, we have an ELT Server and will most likely be using the Bulk API to extract the necessary data for upsert into our external MySQL or Postgres Database. Is there any resource out there that I can use to generate the standard table/column/primary key strucutre in my database so I do have to create it manually for each object? It would help speed things up for me. Any suggestions? 
Amit Chaudhary 8Amit Chaudhary 8
I dnt think so we have anything to create same structure in MySql.  But you can use Schema Builder to see the structure.

Please check below post for same issue
1) https://salesforce.stackexchange.com/questions/30590/is-there-a-simple-way-to-generate-a-create-table-script-from-a-salesforce-class