IN_TWIT
The table IN_TWIT is the main table for the Twitter in service and contains all Twitter status updates in scope. The Twitter listening scope is defined in Boomerang Admin console. See section Configuring Twitter In for more information.
You should not directly manipulate this table (with except the Processed_On column), as it automatically receives rows from Boomerang Services each time a new status updated (Twitter post) is received.
Column | Type | Values | Comments |
Created_On | Datetime | Date and time when the record was created. | |
ID | Bigint | Twitter ID | |
Text | Nvarchar(4000) | Twitter status update | |
Processed_On | Datetime | You may use this field to update the recorded with a date indicating that message has been processed. |