Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| cache_objs_id | int identity | 4 | √ | null |
|
|
||||
| orgs_id | int | 4 | √ | null |
|
|
||||
| cache_obj_type | int | 4 | null |
|
|
|||||
| cache_obj_type_adnl | nvarchar | 200 | √ | null |
|
|
||||
| cache_obj_binary | varbinary | 2147483647 | null |
|
|
|||||
| cache_obj_property | nvarchar | 1000 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_cache_objs_id | Primary key | Asc | cache_objs_id |