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
GanuGanu 

SF to mysql

I am able to Synchronize the Account table from Salesforce to Mysql using Xampp. The records are getting inserted. If I add new fields in SF, I would like my PHP to automatically create the fields in Mysql. Please guide me.
NBlasgenNBlasgen
I have no clue what Xampp is but you'd simply run describeSObject() and look for a change in the structure.  If there was a change, ALTER TABLE on mySQL.