/
Relationship Address Table

Relationship Address Table

Column

Type

Description

Column

Type

Description

Address_Id

Integer

PK of this relationship address

Relationship_Id

Integer

FK to the relationship that owns this address

Address_Type

String(30)

The type of this address

Address_Line_1

String(100)

The first line of this address

Address_Line_2

String(100)

The first line of this address

Address_Line_3

String(100)

The first line of this address

Address_Line_4

String(100)

The first line of this address

Postcode

String(10)

The postcode (ZIP code) of this address

Related content