Tables [dbo].[NoteForm_NAW_Instance]
Child of Instance_Header.  (This is where each version of the note body is stored)    
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Cluster Primary Key PK_NoteForm_NAW_Instance: InstanceIDIndexes NIX_Noteform_NAW_Instance_HeaderID_InstanceIDInstanceID[dbo].[uniqueid]9NOT NULLKey to the Noteform_NAW_Instance table
InstanceBodyvarchar(max)maxNULL allowedObsolete (use InstanceBodyCompressed)
Indexes NIX_Noteform_NAW_Instance_HeaderID_InstanceIDForeign Keys FK_NoteForm_NAW_Instance_NoteForm_NAW_Instance_Header: [dbo].[NoteForm_NAW_Instance_Header].HeaderIDHeaderID[dbo].[uniqueid]9NULL allowedPoints to NoteForm_NAW_Instance_Header.HeaderID
CreateDTTMdatetime8NOT NULLWhen the row was inserted.
CreateByID[dbo].[uniqueid]9NOT NULLThe user who added the row. Link to IDX_User.ID
Indexes TWstat_NoteForm_NAW_Instance_OwnerIDOwnerID[dbo].[uniqueid]9NOT NULLThe owner of the note. link to IDX_User.ID
InstanceBodyCompressedvarbinary(max)maxNULL allowedThe XML payload of the note content
IsArchivedbit1NULL allowedIs BLOB data moved to Archive Database(0/1)?