tbl1_Categories

Description

This table contains a list of the categories of people in the department and their associated abbreviations. These categories drive many things within Solutions since different categories of people are handled differently

Columns

ID int(11) NOT NULL

Options

display="true", null="true", search="false", type=""

category varchar(6) DEFAULT NULL

Description

abbreviation of category

Options

display="true", null="true", search="false", type=""

category_meaning varchar(50) DEFAULT NULL

Description

full name of category

Options

display="true", null="true", search="false", type=""

last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()

Options

display="true", null="true", search="false", type=""