> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DatabaseModel table

> New DatabaseModel used by Continuous Database

## DatabaseModel Table (456)

New DatabaseModel used by Continuous Database

## Fields

| Name              | Description                                                                   | Type        | Nullable |
| ----------------- | ----------------------------------------------------------------------------- | ----------- | :------: |
| databasemodel\_id | Primary key                                                                   | PK          |    No    |
| ModelVersion      | Model type version name - not the data, but the structure of the model itself | String(128) |    No    |
| IsDatabaseUnicode | Almost all databases are unicode capable                                      | Bool        |    Yes   |
| ModelData         | Compressed json string containing DatabaseModel of the given version          | Blob        |    Yes   |

<img src="https://mintcdn.com/superofficeas/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/DatabaseModel.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=bf91625fdf51738f4ad5773e8c627eab" alt="DatabaseModel table relationship diagram" width="145" height="59" data-path="media/loc/en/database/tables/DatabaseModel.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [DBSetup.exe - Database maintenance](/en/onsite/install/database/dbsetup-exe.md)
- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
- [SuperOffice.WebApi.Agents.IDiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDiagnosticsAgent.md)
- [Protected tables](/en/api/bulk-operations/mass-operations/protected-tables.md)
- [Troubleshooting migration errors](/en/online/migrate/troubleshooting.md)
- [sale table](/en/database/tables/sale.md)
