Skip to main content
Version: Next

Data Management

Every game have two default tables, Users and Devices. You can see all table in this path Select Your Game -> Select Tables Tab, In this page you have some ability about tables:

  • Service Flag: If Table was used in any predefined service, a green flag will show on the corner of the table item.
  • Unique ID: Every table's have a unique ID that will be used in coding.
  • Edit Schema: You can add or remove some columns to the table or change column types. Tables only accept data that are compatible with this schema.
  • Delete Table: This button will delete table and its data.

Now you can select any of tables and see its data's. (If you click on any service tables, you can see raw data that the service has store). In this page use can manage rows, schema etc.