<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Manual configuration table name and column in multi field</title><link>https://community.appian.com/discussions/f/general/11812/manual-configuration-table-name-and-column-in-multi-field</link><description>Hi, guys. I would like to change the automatic name of the table attributes. I change the table name with annotation @joinTable. It works, but I can&amp;#39;t change names of other attributes. XSD schem: 
 &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Manual configuration table name and column in multi field</title><link>https://community.appian.com/thread/63137?ContentTypeID=1</link><pubDate>Sun, 02 Dec 2018 13:35:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8007eccd-952e-46f9-a9f2-4efa01616287</guid><dc:creator>Ilan Gold</dc:creator><description>&lt;a href="/members/dariab0001"&gt;dariab0001&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
The way you can control the name of the columns in your link table (in this case it appears that you would like your cdt field to be the integer value associated with your joinColumn), is to add a @column() annotation after your @JoinTable annotation. The @column() will denote which column you would like &amp;quot;returned&amp;quot; as the value associated with your integer array cdt field. Hope that works for you!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>