How can I do below operations in Pega cloud applications as we dont have direct access to database in pega cloud?
1.Create a table
2.modify column name or length
3.drop a table
4.Modify data
Thanks,
Sujatha
How can I do below operations in Pega cloud applications as we dont have direct access to database in pega cloud?
1.Create a table
2.modify column name or length
3.drop a table
4.Modify data
Thanks,
Sujatha
You can modify the column length from Configure>System>Database>Schema tools.
You can drop a column from a data table by selecting the data table and deleting the column from the Data model tab, though its not possible to drop all.
For all the rest actions, you need to raise CC tickets with Pega and they’ll handle it backend.