How to Change Schema Initialization Options
Capitalize Column & Table Names
<JDBCDatabaseBuilder>
<!--
Set these values to "true" to capitalize table and column names.
-->
<CapitalizeTableNames enabled="true" />
<CapitalizeColumnNames enabled="true" />
</JDBCDatabaseBuilder>Remove Table & Column Postfixes
<JDBCDatabaseBuilder>
<!--
Remove the following postfixes from Salesforce data tables and columns
-->
<RemovePostFixFromTableName postfix="__c,__ka,__kav,__b,__x" />
<RemovePostFixFromColumnName postfix="__c" />
</JDBCDatabaseBuilder>Last updated
Was this helpful?
