Column name | DB2 definition | Comments |
EINOTEID | INTEGER, NOT NULL, DEFAULT 0 | The actual Domino NOTEID. This is a key used to find records in the table and should therefore be indexed. |
EIUNID | CHAR (32) | An encoded version of the UNID of a Domino document. This is used heavily when HTTP is in use and should be indexed. |
EIMODIFIED | TIMESTAMP | The last modified date/time value of a Domino document, used to refresh Domino views. It should also be indexed. |
EINOTEPROPS | BLOB (2 GIG) | This is everything not stored in a field that you map in your activity that is needed to make a Domino document valid. For example, all of the $ fields are stored here as well as Domino control information. |