Table departments_types
Table departments_types helps organize employees by grouping into department types. They can be used form reporting to help filter report output.
Table Type: MyISAM
Field
Type
Default
Description
id
int (11)
NOT NULL
PRIMARY KEY - Auto increment field to hold unique ID
description
varchar(30)
NOT NULL
Textual description of the department type.