<?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>How to resolve Database naming convention issues ?</title><link>https://community.appian.com/discussions/f/data/11001/how-to-resolve-database-naming-convention-issues</link><description>Hi Community, 
 I am using Microsoft SQL Server for my Application Application. In my CDT (Say Employee) I have an array field (Say Skills) to store checkbox values but the problem is that when i go to data store to verify it and publish. It asks for</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48267?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2017 10:37:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa0775c4-7aee-4496-8411-22d503048fba</guid><dc:creator>sureshg57</dc:creator><description>Hi  ,&lt;br /&gt;
&lt;br /&gt;
I think the main problem is when we have primitive array referred in a CDT. We can always create tables by our self with proper naming conventions but in case there is primitive array referred in a CDT and if that is used to in data-store I faced problems publishing the DS though I have created the tables in DB it always asked me to create the supplementary tables which facilitate the array values for the filed when i tried to publish the DS.  This does not happen with any other scenario but only when we have a primitive array referred. I tried but had no luck.  If someone have done this please do let know&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Suresh&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48253?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 14:22:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19eb642f-10d9-4672-85a2-66e18d0c4f81</guid><dc:creator>PhilB</dc:creator><description>You&amp;#39;re not going to be able to rename without starting from scratch.&lt;br /&gt;
&lt;br /&gt;
What you actually want to do is create three CDTs and nest two of them in the parent with  a Many-to-One relationship. Documentation for this is available here: &lt;a href="https://docs.appian.com/suite/help/17.3/CDT_Relationships.html"&gt;docs.appian.com/.../CDT_Relationships.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you&amp;#39;re still struggling, I&amp;#39;d recommend watching the data design videos on Appian Academy.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48251?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 14:18:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c855c49-2840-4df6-a38c-39841fb48fa9</guid><dc:creator>prais1852</dc:creator><description>Hi  , I am not happy with the badly named items, I want to remove all the underscores and other non-informative words. That&amp;#39;s why i am looking for help to rename these fields. But there is nothing that i can change in my CDT in designer mode. I even tried to use the same query and renamed all the table name and column name at DB level itself and then i tried to create CDT using my existing table from DB but i was not able to see the two main fields (ToolsAffected and NodesAffected) as array value. How can i use 3 tables, 1 parent and 2 child table to create a CDT which will have two fields as array (ToolsAffected and NodesAffected) . Thank you for your help, I will look into the link you suggested.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48250?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 14:08:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:481d666b-d5cb-478e-95c1-29fed1585819</guid><dc:creator>PhilB</dc:creator><description>&lt;p&gt;My personal preference is not to use Appian to generate the tables. I&amp;#39;d suggest you &lt;a href="https://docs.appian.com/suite/help/17.3/Generating_Database_Tables_from_CDTs.html"&gt;read&lt;/a&gt; &lt;a href="https://docs.appian.com/suite/help/17.3/Mapping_CDTs_to_Pre-defined_Database_Tables.html"&gt;the&lt;/a&gt;&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Database_Schema_Best_Practices.html"&gt;documentation&lt;/a&gt;&amp;nbsp;as there&amp;#39;s a lot of good information regarding database schema best practices amongst other things.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re happy with badly-named items in the database - such as constraints named &amp;#39;FK5ACB09EF1292D00B&amp;#39; - and still wish to continue using Appian to generate the tables, you&amp;#39;ll probably be better off dropping the tables that were created, changing the XSDs and then republishing the XSD and using the DDL to recreate the tables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48249?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 13:59:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:058cee7d-f106-43a9-997f-8a7d5cb9ee7e</guid><dc:creator>prais1852</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;I have two fields as checkbox on my form (ToolsAffected and NodesAffected). To save those values i have used them to be as array values insted of going into nested CDT while designing my CDT. Here is the screenshot of my CDT that i designed for that purpose -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/16/3527.8664.2.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/3527.8664.2.PNG" alt=" " /&gt;&lt;/a&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/16/3-_2800_1_2900_.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/3-_2800_1_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t create any tables in my MS SQL Server before publishing the data type to data store. I used the DDL script generated by Appian itself. Here is the query -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;create table [cccdetails_nodesaffected] (
        [cccdtils_ndsffcted_cccnmber] int not null,
        elt nvarchar(255) null,
        [cccdetails_ndesaffected_idx] int not null,
        primary key ([cccdtils_ndsffcted_cccnmber], [cccdetails_ndesaffected_idx])
    );

    create table [cccdetails_toolsaffected] (
        [cccdtils_tlsffcted_cccnmber] int not null,
        elt nvarchar(255) null,
        [cccdetails_tolsaffected_idx] int not null,
        primary key ([cccdtils_tlsffcted_cccnmber], [cccdetails_tolsaffected_idx])
    );

    create table [cccdetails] (
        [cccnumber] int identity not null,
        [approved] nvarchar(255) null,
        [approvaldate] datetime null,
        [prnumber] nvarchar(255) null,
        [ecr] nvarchar(255) null,
        [description] nvarchar(200) null,
        [class] nvarchar(5) null,
        [reclass] nvarchar(5) null,
        [sixmonthsmaterialrequired] nvarchar(5) null,
        [changetype] nvarchar(255) null,
        [notificationdate] datetime null,
        [cccpresenter] nvarchar(255) null,
        [ineccos] nvarchar(5) null,
        [dateaddedtoeccos] datetime null,
        [ceoldbompn] nvarchar(255) null,
        [oldrevision] nvarchar(255) null,
        [cenewbompn] nvarchar(255) null,
        [newrevision] nvarchar(255) null,
        [productgroupaffected] nvarchar(255) null,
        [approvedby] nvarchar(100) null,
        [spared] nvarchar(5) null,
        [sbom] nvarchar(5) null,
        [betarequired] nvarchar(5) null,
        [betarequested] nvarchar(5) null,
        [bundled] nvarchar(5) null,
        [bundleqtr] int null,
        [bundlepresentdate] datetime null,
        [qualstatus] nvarchar(255) null,
        [qualpartsdate] datetime null,
        [qualapprovaldate] datetime null,
        [comments] nvarchar(255) null,
        [createdby] nvarchar(100) null,
        [createdon] datetime null,
        [updatedby] nvarchar(100) null,
        [updatedon] datetime null,
        primary key ([cccnumber])
    );

    alter table [cccdetails_nodesaffected] 
        add constraint FKAFE31CC5F1D89349 
        foreign key ([cccdtils_ndsffcted_cccnmber]) 
        references [cccdetails];

    alter table [cccdetails_toolsaffected] 
        add constraint FK5ACB09EF1292D00B 
        foreign key ([cccdtils_tlsffcted_cccnmber]) 
        references [cccdetails];
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When i checked in the CDT, It is -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;xsd:schema xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns:tns=&amp;quot;urn:com:appian:types:CCCD&amp;quot; targetNamespace=&amp;quot;urn:com:appian:types:CCCD&amp;quot;&amp;gt;
  &amp;lt;xsd:complexType name=&amp;quot;CCCDetails&amp;quot;&amp;gt;
    &amp;lt;xsd:annotation&amp;gt;
      &amp;lt;xsd:documentation&amp;gt;&amp;lt;![CDATA[Information about CCC in the CCC Application]]&amp;gt;&amp;lt;/xsd:documentation&amp;gt;
    &amp;lt;/xsd:annotation&amp;gt;
    &amp;lt;xsd:sequence&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CCCNumber&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Id @GeneratedValue&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Approved&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ApprovalDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;PRNumber&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ECR&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Description&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=200)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Class&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Reclass&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;SixMonthsMaterialRequired&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ChangeType&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;NotificationDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CCCPresenter&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;InEccos&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;DateAddedToEccos&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CEOldBomPN&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;OldRevision&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CENewBomPN&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;NewRevision&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ProductGroupAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;ToolsAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;NodesAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ApprovedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Spared&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Sbom&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BetaRequired&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BetaRequested&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Bundled&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BundleQtr&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BundlePresentDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualStatus&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualPartsDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualApprovalDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Comments&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CreatedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CreatedOn&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;UpdatedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;UpdatedOn&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot; /&amp;gt;
    &amp;lt;/xsd:sequence&amp;gt;
  &amp;lt;/xsd:complexType&amp;gt;
&amp;lt;/xsd:schema&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I want to rename the CCCDetails_ToolsAffected and CCCDetals_NodesAffected table name as well as column names without changing PK/FKs. But i couldn&amp;#39;t find these names in XSD. Can you please help me in fixing it ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48248?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 13:46:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8c1ec14-27de-4167-a697-2f2ec610b507</guid><dc:creator>PhilB</dc:creator><description>Is this for an existing database structure?&lt;br /&gt;
&lt;br /&gt;
If so, what does the structure look like?&lt;br /&gt;
&lt;br /&gt;
If not, how exactly do you think this would be stored? What Appian is suggesting is you need a normalised structure for those values, which is quite correct. Additionally, as has already been noted, your XSD doesn&amp;#39;t contain column or table mappings.&lt;br /&gt;
&lt;br /&gt;
Have you actually read the documentation for data types and XSDs? The documentation has been updated relatively recently  and is really quite helpful.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48245?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 12:15:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:006621bf-3970-4ca7-863e-17b478788a79</guid><dc:creator>prais1852</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&amp;nbsp;and &lt;a href="/members/nageswararaoa"&gt;nageswararaoa&lt;/a&gt;&amp;nbsp;Can you please help me with this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48244?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 12:05:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6cf42326-10de-4801-b79d-79b722e6d1cc</guid><dc:creator>prais1852</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&amp;nbsp;for the example. But if you can see the screenshot and XSD i have attached. There are two fields ToolsAffected and NodesAffected which are array in my Designer CDT and when i go to publish this CDT Appian automatically asks to create two more table. In XSD i can&amp;#39;t see the table/column name which appian suggests. How can i overwrite the name in that case ?&lt;/p&gt;
&lt;p&gt;I can see only -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;   &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;ToolsAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;NodesAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and Appian is creating other two definition table internally. How can i find them to edit the table and column names ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48243?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 11:46:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec57017f-995b-424f-bc53-615c2d7e6ee3</guid><dc:creator>Rama Thummala</dc:creator><description>&lt;p&gt;&lt;a href="/members/prasoonp"&gt;prais1852&lt;/a&gt;&amp;nbsp;, Please check the attached .xsd for reference. This would help you.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;&amp;lt;xsd:schema xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns:tns=&amp;quot;urn:com:appian:types&amp;quot; targetNamespace=&amp;quot;urn:com:appian:types&amp;quot;&amp;gt;
  &amp;lt;xsd:complexType name=&amp;quot;EMPLOYEE_TYPE&amp;quot;&amp;gt;
    &amp;lt;xsd:annotation&amp;gt;
      &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;
			@Table(name=&amp;quot;EMPLOYEE&amp;quot;)
			&amp;lt;/xsd:appinfo&amp;gt;
    &amp;lt;/xsd:annotation&amp;gt;
    &amp;lt;xsd:sequence&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Id&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;ID&amp;quot;) @Id @GeneratedValue&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;empId&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;EMPID&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;dateTime&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;DATE_TIME&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;createdUser&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;CREATED_USER&amp;quot;, length=50)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;createDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;CREATED_DATE&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;modifiedUser&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;MODIFIED_USER&amp;quot;, length=50)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;modifiedDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;MODIFIED_DATE&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;isActive&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:boolean&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;IS_ACTIVE&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;isPosted&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:boolean&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(name=&amp;quot;IS_POSTED&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
    &amp;lt;/xsd:sequence&amp;gt;
  &amp;lt;/xsd:complexType&amp;gt;
&amp;lt;/xsd:schema&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48242?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2017 11:34:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42049d9f-e5ea-4070-a551-4ec80a85d6b7</guid><dc:creator>prais1852</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&amp;nbsp;and&amp;nbsp;&lt;a href="/members/carloss"&gt;Carlos Santander&lt;/a&gt;&amp;nbsp;I am still looking for help. Can you help with above mentioned problem ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48222?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2017 17:34:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:076334dc-5724-440e-8187-24b51f22d4a5</guid><dc:creator>Mike Schmitt</dc:creator><description>I&amp;#39;m not really an expert at creating DB tables straight from XSD... but by looking at your XSD and the &amp;quot;tables&amp;quot; you&amp;#39;re being asked for when you try to publish, its because you haven&amp;#39;t pointed NodesAffected or ToolsAffected at any DB table column.  You need to use the XSD syntax already pointed out by  i&amp;#39;m guessing.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48221?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2017 16:29:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:596ba5b1-98b1-41c0-9604-fc6907f85496</guid><dc:creator>prais1852</dc:creator><description>Hi   Sorry to disturb you again. Can you give your expert advice on this one also if possible. I am finding it difficult to maintain naming convention in MS SQL Server ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48216?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2017 14:53:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2f5973b0-4778-4fc7-adcb-7dfad2ff1c3c</guid><dc:creator>prais1852</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;and &lt;a href="/members/carloss"&gt;Carlos Santander&lt;/a&gt;&amp;nbsp;Here is my CDT and XSD. It asks for CCCDetails_NodesAffected and CCCDetails_ToolsAffected tables when i try to publish my CDT to Data Store. How can i overwrote table and column names ? I can&amp;#39;t find&amp;nbsp;CCCDetails_NodesAffected and CCCDetails_ToolsAffected table names in my CDT. Please help me to resolve this. I want name to be without underscore i.e.&amp;nbsp;CCCDetailsNodesAffected and CCCDetailsToolsAffected and similarly i want to overwrite the column names as well. I have two fields as Array and i do not want to create Nested CDTs.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/16/8664.2.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/8664.2.PNG" alt=" " /&gt;&lt;/a&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/16/3.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/3.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;xsd:schema xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns:tns=&amp;quot;urn:com:appian:types:CCCD&amp;quot; targetNamespace=&amp;quot;urn:com:appian:types:CCCD&amp;quot;&amp;gt;
  &amp;lt;xsd:complexType name=&amp;quot;CCCDetails&amp;quot;&amp;gt;
    &amp;lt;xsd:annotation&amp;gt;
      &amp;lt;xsd:documentation&amp;gt;&amp;lt;![CDATA[Information about CCC in the CCC Application]]&amp;gt;&amp;lt;/xsd:documentation&amp;gt;
    &amp;lt;/xsd:annotation&amp;gt;
    &amp;lt;xsd:sequence&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CCCNumber&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Id @GeneratedValue&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Approved&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ApprovalDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;PRNumber&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ECR&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Description&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=200)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Class&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Reclass&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;SixMonthsMaterialRequired&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ChangeType&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;NotificationDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CCCPresenter&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;InEccos&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;DateAddedToEccos&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CEOldBomPN&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;OldRevision&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CENewBomPN&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;NewRevision&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ProductGroupAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;ToolsAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element maxOccurs=&amp;quot;unbounded&amp;quot; minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;NodesAffected&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;ApprovedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Spared&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Sbom&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BetaRequired&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BetaRequested&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Bundled&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=5)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BundleQtr&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:int&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;BundlePresentDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualStatus&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=255)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualPartsDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;QualApprovalDate&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:date&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;Comments&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CreatedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;CreatedOn&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot; /&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;UpdatedBy&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Column(length=100)&amp;lt;/xsd:appinfo&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
      &amp;lt;/xsd:element&amp;gt;
      &amp;lt;xsd:element name=&amp;quot;UpdatedOn&amp;quot; nillable=&amp;quot;true&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot; /&amp;gt;
    &amp;lt;/xsd:sequence&amp;gt;
  &amp;lt;/xsd:complexType&amp;gt;
&amp;lt;/xsd:schema&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48158?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2017 01:58:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8695fd4a-ed6c-4ec2-8afa-5346bd184d9d</guid><dc:creator>Rama Thummala</dc:creator><description>&lt;p&gt;&lt;a href="/members/prasoonp"&gt;prais1852&lt;/a&gt;&amp;nbsp;, The below snippet would help you. Please modify accordingly in your .xsd file.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;&amp;lt;xsd:complexType name=&amp;quot;Emplyee&amp;quot;&amp;gt;
&amp;lt;xsd:annotation&amp;gt;
&amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;
@Table(name=&amp;quot;Emplyee_dbtable&amp;quot;)
&amp;lt;/xsd:appinfo&amp;gt;
&amp;lt;/xsd:annotation&amp;gt;
&amp;lt;xsd:sequence&amp;gt;

----------------

----------------

---------------------&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve Database naming convention issues ?</title><link>https://community.appian.com/thread/48154?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2017 19:47:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b974d21-8aa0-47b3-b54f-a8a072b0d2e7</guid><dc:creator>Carlos Santander</dc:creator><description>Take a look at the supported JPA annotations (link below.) In particular, you&amp;#39;ll want to look at @Table and @Column.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.3/Supported_XSD_Elements_and_JPA_Annotations.html#supported-jpa-annotations"&gt;docs.appian.com/.../Supported_XSD_Elements_and_JPA_Annotations.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>