# Active editing and temporary state

<a id="database.osactivedoc"></a>

## osactivedoc

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Currently active (recently edited) documents per user/station.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `id` | `int` | — |  |
| `name` | `nvarchar` | 248 |  |
| `filename` | `nvarchar` | 248 |  |
| `parameter` | `nvarchar` | 248 |  |
| `flags` | `int` | — |  |
| `serverid` | `int` | — |  |

<a id="database.ostempobj"></a>

## ostempobj

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Temporary object data (working storage for in-flight operations).

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `temp_id` | `int` | — |  |
| `object_id` | `int` | — |  |

<a id="database.ostempuser"></a>

## ostempuser

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Temporary user table (e.g. for external access links).

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `temp_id` | `int` | — |  |
| `user_id` | `int` | — |  |
| `flags` | `int` | — |  |
