Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
SystemProcessControlPrintsSeq | int identity | 4 | √ | null |
|
|
||||
SystemProcessNumber | int | 4 | null |
|
|
|||||
PrintType | varchar | 15 | null |
|
|
|||||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||||
CreatedByID | int | 4 | √ | null |
|
|
||||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||||
ModifiedByID | int | 4 | √ | null |
|
|
||||
TextImage | varchar | 2147483647 | √ | null |
|
|
||||
PrintImage | varbinary | 2147483647 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_SystemProcessControlPrints | Primary key | Asc | SystemProcessControlPrintsSeq |
AK_SystemProcessControlPrints_PostingNumberPrintType | Must be unique | Asc/Asc | SystemProcessNumber + PrintType |