Insights Hub Deleting a table in database (Cloud Foundry)

2021-02-22T21:25:30Z
Developer Tools

Summary


Details

When you ask to delete the table from the database.

Solution

We can't perform this action. Deleting a table in a production space database is something that introduces a lot of risk in damaging customer data. For example, causing foreign objects to be removed as well or by causing key violations we could seriously damage customer data. 

If you want to get rid of the data you can use the truncate command which would clean up all entries much faster also need to check if there are foreign key considerations. After the table is empty and possible foreign key problems are resolved you can easily drop the table if still needed.

Notes

KB Article ID# PL8525524

Contents

SummaryDetails

Associated Components

Cloud Foundry Developer Tools - Other