oats_addresses

-1 rows


Description

An ADDRESS is a postal address for a PERSON_ORGANIZATION. A PERSON_ORGANIZATION may have one or more addresses.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
address_id int8 19 null
oats_person_org_addresses.address_id oats_pad_adr_fk R

ADDRESS ID is the system generated unique identifier for ADDRESS

address_line_1 varchar 80 null

The ADDRESS LINE 1 is the first line of three possible lines of a street address for a person or organization.

address_line_2 varchar 80 null

The ADDRESS LINE 2 is the second line of three possible lines of a street address for a person or organization.

address_line_3 varchar 80 null

The ADDRESS LINE 3 is the third line of three possible lines of a street address for a person or organization.

city varchar 40 null

The CITY is the city / town / village in which the mailing address exists.

province_state varchar 40 null

The PROVINCE STATE is the province or state in which the mailing address exists.

country varchar 40 null

The country in which the mailing address exists.

postal_code varchar 10 null

The postal or zip code for a street address.

who_created varchar 32 null

WHO CREATED is the IDIR or Oracle userid of the person who created the record.

when_created timestamp 29,6 null

WHEN CREATED is the date/time that the record was created.

who_updated varchar 32 null

WHO UPDATED is the IDIR or Oracle userid of the person who updated the record.

when_updated timestamp 29,6 null

WHEN UPDATED is the date/time that the record was updated.

revision_count int8 19 0

REVISION COUNT is used by Hibernate to control optimistic locking

Indexes

Constraint Name Type Sort Column(s)
oats_addresses_pkey Primary key Asc address_id

Relationships