ActionBy - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ActionBy

Affiliates people with actions and describes thier role in the action.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXCore"."ActionBy_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
ActionIDInteger Foreign key identifier of an action.

AffiliationIDInteger Foreign key identifier of a person

IsActionLeadBoolean Indicator of whether the affiliated person was the lead for the action
RoleDescriptionVarChar()

Foreign key identifier for a role played by a person in performing an action

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ActionPeople_ActionsODMXCore.ActionsODMXCore.ActionByActionIDActionID
fk_ActionPeople_AffiliationsODMXCore.AffiliationsODMXCore.ActionByAffiliationIDAffiliationID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXCore
ODMXOverviewSimplified
ODMXSimulation