schedule_code

-1 rows


Description

Contains a list of all possible schedule_code codes for a CEEB decision

Columns

Column Type Size Nulls Auto Default Children Parents Comments
schedule_code varchar 10 null
schedule_sector_xref.schedule_code fk_schedule_sector_xref__schedule_code R

A human readable code used to identify a wdr schedule code

short_description varchar 50 null

The short description of a case management schedule_code.

long_description varchar 250 null

The long description of a case management schedule_code.

display_order int4 10 null
active_ind bool 1 null

A boolean indicator to determine if the case management schedule_code is active.

create_user_id varchar 32 null

The id of the user that created the case management schedule_code.

create_utc_timestamp timestamp 29,6 null

The timestamp when the case management schedule_code was created. The timestamp is stored in UTC with no Offset.

update_user_id varchar 32 null

The id of the user that updated the case management schedule_code.

update_utc_timestamp timestamp 29,6 null

The timestamp when the case management schedule_code was updated. The timestamp is stored in UTC with no Offset.

Indexes

Constraint Name Type Sort Column(s)
PK_schedule_code Primary key Asc schedule_code

Relationships