> ## 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.

# autosave table

> Autosaved text clobs from ejscript and emarketeer messages

## autosave Table (402)

Autosaved text clobs from ejscript and emarketeer messages

## Fields

| Name          | Description                                | Type     | Nullable |
| ------------- | ------------------------------------------ | -------- | :------: |
| id            | The primary key (auto-incremented)         | PK       |    No    |
| index\_id     | Index id of element that\&apos;s autosaved | Int      |    No    |
| content\_type | The enum used as identificator             | Int      |    No    |
| created\_at   | When the autosave was saved.               | DateTime |    Yes   |
| data          | The rawtext of the autosave.               | Clob     |    Yes   |

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

## Indexes

| Fields    | Types | Description |
| --------- | ----- | ----------- |
| index\_id | Int   | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [screen_definition table](/en/database/tables/screen-definition.md)
- [Released database changes in version 9.8.7717.1401](/release-notes/database/changes-9.2.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 10.2.6.1248](/release-notes/database/changes-10.2.6.md)
- [What's new in version 10.1.5](/release-notes/database/changes-10.1.5.md)
- [What's new in version 10.2.1.1517](/release-notes/database/changes-10.2.1.md)
