Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each access restriction |
|
| Name | varchar | 100 | √ | null |
|
|
Data source name - Name of the restricted data source |
|
| Type | nvarchar | 100 | √ | null |
|
|
Restriction type - Type or category of the access restriction |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_DataSourceNotAccept | Primary key | Asc | Id |
