1. Home
  2. Docs
  3. UniREST Solution 3.5
  4. UniREST Server
  5. Database Manager
  6. Creating a SyncTable

Creating a SyncTable

Starting from the 3.1 version, the Add New table function allows the creation of a new type of table: the SyncTable.

In this case, you have just to type a table name and then click the [CREATE SYNCTABLE] button. Just this. If you try to add new columns, they will be ignored.

A SyncTable has a fixed structure that you can’t change. If on one hand a fixed structure can look limiting, on the other hand, it offers a level of automatism and efficiency that may not be guaranteed in a “free to be customized” table.

Once created, the only thing you can do through the graphical interface is to delete or clear the table. Other management tools are not available just to not compromise the table functioning.

On the server-side, it’s enough. To start using this table in Unity, see the SyncTable chapter of the UniREST Client section.