Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AccessLevel | Unknown | 0 | null |
|
|
Access level - Level of access the client has to this layer |
||
| ClientLayerId | int identity | 4 | √ | null |
|
|
Data field - ClientLayerId information for ClientLayers business operations |
|
| FkLayerId | int | 4 | √ | null |
|
|
Layer reference - Reference to the application layer |
|
| FkClientItemId | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClientLayers records |
|
| CreateDate | date | 20 | √ | null |
|
|
Date/time field - Date and time when create occurred or was recorded |
|
| FkAgencyId | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClientLayers records |
|
| fkClientID | Unknown | 0 | null |
|
|
Client reference - Reference to the client |
||
| IsVisible | Unknown | 0 | null |
|
|
Visibility flag - Whether this layer is visible to the client |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ClientLayers | Primary key | Asc | ClientLayerId |