MKTSOURCECODEITEM
                                        Stores information for an element in a source code format.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | LENGTH | tinyint |  | Default = 1 | The maximum length of this position. | 
                                                
                                                    | 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_MKTSOURCECODEITEM_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_MKTSOURCECODEITEM_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | IX_MKTSOURCECODEITEM_ID | ID |  |  |  | 
                                                
                                                    | IX_MKTSOURCECODEITEM_MKTSOURCECODEPARTDEFINITIONID | MKTSOURCECODEPARTDEFINITIONID |  |  |  | 
                                                
                                                    | PK_MKTSOURCECODEITEM | ID | yes | yes |  | 
                                                
                                                    | UIX_MKTSOURCECODEITEM_SOURCECODEID_MKTSOURCECODEPARTDEFINITIONID | SOURCECODEID, MKTSOURCECODEPARTDEFINITIONID | yes |  |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by