<?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>Hi all, I have a database table column defined as varchar2(4000) which gets</title><link>https://community.appian.com/discussions/f/user-interface/6546/hi-all-i-have-a-database-table-column-defined-as-varchar2-4000-which-gets</link><description>Hi all, I have a database table column defined as varchar2(4000) which gets created as varchar2(4000 bytes) internally in the database. But, there is a differenece between varchar2(4000 bytes) and varchar2(4000 char) and I want my xsd to point to the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi all,&lt;br /&gt;I have a database table column defined as varchar2(4000) which gets</title><link>https://community.appian.com/thread/25714?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2015 00:58:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d0fc184-8cac-46a1-aa9f-b09f49929fb9</guid><dc:creator>rayudua</dc:creator><description>ALTER TABLE TBLNAME&lt;br /&gt;MODIFY(COLNOTES VARCHAR2(4000 CHAR));&lt;br /&gt;and also change XSD with right JPA notation&lt;br /&gt;If you used in type=&amp;quot;xsd:string&amp;quot;  should also work,&lt;br /&gt;&lt;br /&gt;&amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;            @Column(columnDefinition=&amp;quot;CHAR(4000) NOT NULL&amp;quot;)&lt;br /&gt;          &amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>