Data
Manage data
You can manage data via the BACKND Console → BACKND Base → Game Information Management → Data menu.
-0b8dd72c80c2e05e774e57f3ee8122ed.png)
Select table
You can search for a table name by clicking the table selection box (case-sensitive).
Additionally, you can sort the table names in descending or ascending order through the Sort button located on the upper side of the box.
-401b1fc1e64e4039d401495c9449ba8d.png)
Search data
You can use the advanced search function to search data inserted in a table.
- Target: You can search a user using user number (gamer_id), user ID, and nickname. (When using the multicharacter function, you can search using the character number and nickname.)
- Period: You can search by inDate (time of insertion) and updatedAt (time of update).
- Properties: You can search by column name, data type (string, number, or boolean), comparison operator (=, <=, >=, Between, etc; for boolean: =, ≠, Exists, Not exists), and the comparison target.
-ca3325ecd346c81c1c64cf730ea3ee4c.png)
Create data
Among the command buttons at the top of the page, click Create Row and enter gamer_id (user number /when using the multicharacter function, the character number) to add a new row.
-c647f0f179be8d86d316a177a50259f0.png)
It is not possible to add columns for schema tables.
-adfec923f8b599bc31d194dd173d7932.png)
In the case of non-schema tables, you can add a column and value to the corresponding row by clicking Create Column.
-ec8674edb42651e4dd665eb3127474c4.png)
Modify data
To modify data, double-click the column to be modified in the row, modify the value, and click the Confirm button.
-8d2b181686fa3e64784562d91b120361.png)
Add columns
For schema-undefined tables, you can add columns in the modification window.
-af619fa0f6048c86fb4e1a73a8596f13.png)
-87fe86daa59437eb84d568fb922c993c.png)
Delete data
To delete a row, select the row to delete and press the Delete button on the upper side of the page.
-20a70be1f48e71423988045d044ceab6.png)
Reset table
You can reset a table's data by clicking the Reset Table button on the upper side of the page.
This function is available when Server Settings → Project → Release Settings are all set to Test.
When reset, all data in the table is deleted and recovery is not possible.
-fc6c20a7bb2cb992d70c23ea209c3f1e.png)
-af3a6689080e93261effeddd3af85e60.png)