ear_code

-1 rows


Description

Indicates which ear an identification tag is present on. For example L = “Left”

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ear_code varchar 10 null
ear_tag.ear_code fk_ear_tag__ear_code R

A human readable code used to identify an ear type.

short_description varchar 50 null

The short description of an ear type.

long_description varchar 250 null

The long description of an ear type.

display_order int4 10 null

The order in which the values of the ear type should be displayed when presented to a user in a list.

active_ind bool 1 null

A boolean indicator to determine if an ear type is active.

create_user_id varchar 32 null

The id of the user that created the ear type.

create_utc_timestamp timestamp 29,6 null

The timestamp when the ear type 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 ear type.

update_utc_timestamp timestamp 29,6 null

The timestamp when the ear type was updated. The timestamp is stored in UTC with no Offset.

Indexes

Constraint Name Type Sort Column(s)
PK_earcode Primary key Asc ear_code

Relationships