worker_compensation_class_code_detail_KEY | int (4) | NOT NULL | unique key |
worker_compensation_class_code_KEY | int (4) | NOT NULL | worker comp class code key this state relates to |
ste_state_code_KEY | nvarchar (4) | NOT NULL | state that uses this worker comp class code |
is_active | bit (1) | NOT NULL | Boolean value used to indicate if this code for this state is still available to be selected by a client |
is_user_entered | bit (1) | NOT NULL | Indicates if this state worker compensation class code was entered by the user. Normally this table is written to in a separate update process but now the user can enter codes for a state. The new column differentiates these. |