Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
GeneralLedgerPostingControlPrintsSeq | int identity | 4 | √ | null |
|
|
||
PostingNumber | 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 |
|
|
||
PrintImage | varbinary | 2147483647 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_GeneralLedgerPostingControlPrintsSeq | Primary key | Asc | GeneralLedgerPostingControlPrintsSeq |
AK_GeneralLedgerPostingControlPrints_PostingNumber | Performance | Asc | PostingNumber |