CREATE TABLE AttachmentsEx (
	ID int NOT NULL PRIMARY KEY,
	ID_GUID nvarchar (50) NULL,
	ExInfo ntext NULL
)
附件扩展。
ID:附件的ID。