The content of this page has been automatically translated by AI. If you encounter any problems while reading, you can view the corresponding content in Chinese.
This document describes how to roll back specified records in the TcaplusDB Console.
Prerequisites
A table has been created, please see Create Table.
Directions
1. Enter the Table List page, select the required table, and in the Actions column select More > Rollback.
2. In the pop-up dialog box, upload a .txt file containing the field values of the target record.
The file format is as follows:
For instance, if the user's table definition is as follows, the primary keys are openid, tconndid, timekey.
If you need to roll back the record with key openid=100, tconndid=1, timekey='123456', you need to prepare a file containing the keys as follows, with the first line being the primary key field names separated by spaces, and from the second line onwards, the primary key values to be rolled back:
openid tconndid timekey
1001123456
3. After key.txt has been uploaded, select the rollback time and click [Submit] to proceed.