<?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>Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/discussions/f/new-to-appian/21233/does-deleting-an-application-delete-physical-tables</link><description>Greetings All, 
 I manually created three tables using the Cloud Database tool. I specified the primary key, foreign keys and populated the tables with data. 
 I then created an application. I created Data Types, Data Stores and Records. I then created</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82839?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 05:38:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9c4ae22-be46-415c-bcda-fd58ad0a011a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Interesting journey ;-)&lt;/p&gt;
&lt;p&gt;One important great feature of Appian is that the platform itself will never delete or destroy any database objects. Sometimes this can be a bit annoying when I e.g. need to change the type of a field. But in the end it forces me to think about a migration plan before doing the change. While in DEV it means to simply modify the schema manually or drop and recreate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82821?ContentTypeID=1</link><pubDate>Mon, 21 Jun 2021 19:00:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd37c3a6-0c03-420a-9cf8-7c3b2f3c867b</guid><dc:creator>paulp0005</dc:creator><description>&lt;p&gt;Thank you, Peter Lewis!!&lt;/p&gt;
&lt;p&gt;Your suggestions led me on a rather odd journey through the &amp;#39;old&amp;#39; application objects and confirmed that my data was still there.&lt;/p&gt;
&lt;p&gt;Further, it led me to the embarrassing conclusion that I merely had to click to the next page to find my tables.&lt;/p&gt;
&lt;p&gt;Previously, my tables were on the 1st page.&amp;nbsp; Then I created a new application which pushed my tables to the second page.&amp;nbsp; I think I am so used to using Windows tools for managing tables that I never really saw the &amp;#39;page forward feature&amp;#39;.&lt;/p&gt;
&lt;p&gt;I apologize for wasting your time and that of Stefan and &lt;a class="internal-link view-user-profile" href="/members/selvakumark"&gt;selvakumark&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And thank you for your help!!&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1624301875331v6.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82817?ContentTypeID=1</link><pubDate>Mon, 21 Jun 2021 16:29:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb603d7d-6ba0-41e3-9309-fe0228c81368</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Keep in mind that not only should Appian not delete tables, your existing CDTs should also still exist (but not in any application). An application is just a container that facilitates deployments, but the underlying objects should still exist in the application.&lt;/p&gt;
&lt;p&gt;If you go to the Objects view from the main page in the Appian Designer and search for your existing CDTs, do you see them there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82780?ContentTypeID=1</link><pubDate>Sun, 20 Jun 2021 18:44:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d41eb43-9e63-4fe7-b963-0bb669e8b3da</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I try to leave schema management to Appian as much as possible. Extra stuff like views, triggers, stored procedures are separate and must be managed by you.&lt;/p&gt;
&lt;p&gt;When creating views, keep in mind that Appian will try to create a table for them at deployment time. Add a &amp;quot;drop table&amp;quot; statement ahead of the &amp;quot;create view&amp;quot; in your DDL scripts.&lt;/p&gt;
&lt;p&gt;If you are used to do a lot of DB stuff, then this feels odd at first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82778?ContentTypeID=1</link><pubDate>Sun, 20 Jun 2021 18:38:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d156c9c-acb6-48da-bf0f-47af83725318</guid><dc:creator>paulp0005</dc:creator><description>&lt;p&gt;Thanks for asking&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/selvakumark"&gt;selvakumark&lt;/a&gt;.&amp;nbsp; I would have taken screenshots if I thought my tables might go away.&amp;nbsp; I think, really, I just deleted the application that had CDT connected to the tables.&lt;/p&gt;
&lt;p&gt;Frankly, I am trying to rethink the whole &amp;#39;my tables&amp;#39; thing.&amp;nbsp; It seems like the possibly better way to go is to just have Appian manage your tables so you know who updated what and when (which my tables did not take into consideration).&amp;nbsp; Still trying to wrap my brain around this new paradigm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82771?ContentTypeID=1</link><pubDate>Sun, 20 Jun 2021 11:22:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd3dd794-29bf-4ff0-a852-8e2397e28e39</guid><dc:creator>Selvakumar Kumarasamy</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/paulp0005"&gt;paulp0005&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;As far as I know, Appian never touches the objects inside the application neither any database-related objects, if we delete the application. Could you please explain the exact steps that you followed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82769?ContentTypeID=1</link><pubDate>Sat, 19 Jun 2021 21:22:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23753e58-27af-410e-99ea-d5733159b505</guid><dc:creator>paulp0005</dc:creator><description>&lt;p&gt;Thanks Stefan.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am asking where did my tables go?&amp;nbsp; The fact that Appian deleted them is okay as long we as know that is what happens.&amp;nbsp; There was no warning that your tables will be deleted.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Deleting An Application Delete Physical Tables?</title><link>https://community.appian.com/thread/82767?ContentTypeID=1</link><pubDate>Sat, 19 Jun 2021 13:46:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7104cc5e-7058-4249-bbd9-2486cdede53c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In my experience, Appian is only doing non-destructive changes to DB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>