<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.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>Change Text field to TextArea</title><link>https://sugarclub.sugarai.com/dev-club/f/questions-answers/8271/change-text-field-to-textarea</link><description>I have a request from my users to change a Text field to a Text Area. 
 This is a custom field in a custom module, so no concerns about &amp;quot;messing up&amp;quot; the out of the box. 
 I know I can&amp;#39;t do this in Studio, and the sane thing to do would be create a new</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Change Text field to TextArea</title><link>https://sugarclub.sugarai.com/thread/33497?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 15:32:17 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:674f9ea8-be1f-447b-96f5-f0714e90435d</guid><dc:creator>Francesca Shiekh</dc:creator><description>&lt;p&gt;Thank you &lt;a href="/members/kuske"&gt;Harald Kuske&lt;/a&gt;&amp;nbsp;!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change Text field to TextArea</title><link>https://sugarclub.sugarai.com/thread/33493?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 06:53:38 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:9b5d7adb-5424-46ed-8fe7-00ca90a0f9d0</guid><dc:creator>Harald Kuske</dc:creator><description>&lt;p&gt;No problem if you are on-site.&lt;/p&gt;
&lt;p&gt;When you run an SQL like&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;ALTER TABLE mytable MODIFY COLUMN&amp;nbsp;mytext TEXT ;&lt;/p&gt;
&lt;p&gt;the&amp;nbsp;current content of the column will be converted to text.&lt;/p&gt;
&lt;p&gt;Even in the cloud you could use the extension framework to &amp;quot;overwrite&amp;quot; the datatype of the column by a vardef extension (if you know it will work on-site) and the data will be copied over.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>