Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AppIdString | varchar | 100 | √ | null |
|
|
Application identifier - String identifier for the application where the report is pinned |
|
| ReportID | int | 4 | null |
|
|
Report reference - Links to the report that is pinned to the application |
||
| NumberOrder | int | 4 | √ | null |
|
|
Display order - Order in which pinned reports appear within the application |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ReportPinToApps_1 | Primary key | Asc | ReportID |
