Stores type information for proprietary Spel macros and macro fragments
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| code | nvarchar(30) | not null | The code value for this Spell_Macro_Type. |
| sym | nvarchar(30) | not null | The sym value for this Spell_Macro_Type. |
| description | nvarchar(200) | with null | Textual description |
| tech_desc | nvarchar(300) | with null | The tech desc value for this Spell_Macro_Type. |
| arg_list | nvarchar(80) | with null | The arg list value for this Spell_Macro_Type. |
| execute_script | nvarchar(800) | with null | The execute script value for this Spell_Macro_Type. |
| validate_script | nvarchar(400) | with null | The validate script value for this Spell_Macro_Type. |
| lock_object_flag | integer | with null | The lock object flag value for this Spell_Macro_Type. |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| display_name | nvarchar(30) | with null | Form name to display |
Product Name: Unicenter Service Desk
Table Type: Table