FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION
                                        Holds financial transaction application's 1099 distribution information  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | AMOUNT | money |  | Default = 0 | Amount | 
                                                
                                                    | SEQUENCE | int |  | Default = 0 |  | 
                                                
                                                    | 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_FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | IX_FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION_FINANCIALTRANSACTIONAPPLICATIONID | FINANCIALTRANSACTIONAPPLICATIONID |  |  |  | 
                                                
                                                    | PK_FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION | ID | yes | yes |  | 
                                            
                                        
                                        Triggers