CREATE TABLE IconsEx (
	ID int NOT NULL PRIMARY KEY,
	ID_GUID nvarchar (50) NULL,
	ExInfo ntext NULL
) 
Icon扩展表