Sections Table

Column Type Default Extra Comment
SectionID smallint(6)   auto_increment  
PSectionID smallint(6)     The SectionID of this section's parent.
Name char(64)      
ReportName char(64)     The name that will be used on reports. It is generally a bit longer and more descriptive than the Name, since the Name might only be informative in the context of its location in the section tree.
Active enum('Y', 'N')     The delivery engine looks at this field when assigning creatives to sections. If it is 'N', no creatives will be assigned to this section or any of its children. Also, during inventory checking, if an active section is found to have no creatives assigned to it, mail will be sent to the administrator.