Contains usages of SQL that AutoComment has detected in menu items, fields, and other Softadmin objects.
| Name | Datatype | Read | Write | Primary key | Description |
|---|---|---|---|---|---|
| Kind | varchar(50) | Yes | No | No | The kind of object. For example "menu item" or "field information." |
| Description | varchar(1000) | Yes | No | No | A more detailed description of the object,and where it uses the SQL module. For example "Change assignment (8) in SQL". |
| SourceGuid | uniqueidentifier | Yes | No | No | May contain the MenuItemGuid, FieldInfoGuid etc of the referencing object. |
| SchemaNameReferenced | sysname | Yes | No | No | Schema of the referenced SQL module. |
| ObjectNameReferenced | sysname | Yes | No | No | Name of the referenced SQL module. |