FINANCIALTRANSACTION1099DISTRIBUTION
Holds financial transaction's 1099 distribution information
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
PERCENT |
decimal(20, 3) |
|
Default = 0 |
Percent |
AMOUNT |
money |
|
Default = 0 |
Amount |
SEQUENCE |
int |
|
Default = 0 |
Sequence of distribution display |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_FINANCIALTRANSACTION1099DISTRIBUTION_DATEADDED |
DATEADDED |
|
|
yes |
IX_FINANCIALTRANSACTION1099DISTRIBUTION_DATECHANGED |
DATECHANGED |
|
|
|
IX_FINANCIALTRANSACTION1099DISTRIBUTION_FINANCIALTRANSACTIONID |
FINANCIALTRANSACTIONID |
|
|
|
PK_FINANCIALTRANSACTION1099DISTRIBUTION |
ID |
yes |
yes |
|
UC_FINANCIALTRANSACTION1099DISTRIBUTION_BOXNUMBER1099ID_STATEID |
FINANCIALTRANSACTIONID, BOXNUMBER1099ID, STATEID |
yes |
|
|
Triggers