The table IN_TWIT_HEADER contains additional information linked to a Twitter status updates captured in IN_TWIT for example “user:url”, “user:location”, “geo”, “user:name”, “user:description”.
You should not directly manipulate this table, as it automatically receives rows from Boomerang Services each time a new status updated (Twitter post) is received.
| Column | Type | Values | Comments |
| rKey | Uniqueidentifier | This field links Twitter header information with the Twitter status update i.e. IN_TWIT.rKey. | |
| IDX | Identity | ||
| Name | Varchar(100) | Name of the Twitter parameter | |
| Value | Nvarchar(4000) | Value of the Twitter parameter |
