Table slot9.WORLD.TSTA.GANG_IMAGES
This table stores the association to images added to a MASTER GANG in the application. The image itself is in IMAGES

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
UPDATOR_ID varchar2 100  √  null Record Update User ID
UPDATOR_DATE date 7  √  null Record Update Date
IMAGE_DATE date 7 The date the image was associated with this gang.
CREATOR_DATE date 7  √  null Record Create Date
CREATOR_ID varchar2 100  √  null Record Create by User ID
IMAGE_DESC varchar2 2000  √  null A brief description of the gang image.
GANG_ID number 20
GANGS.GANG_ID GI_GAN_FK R
The gang id used to uniquely identify the gang.
IMAGE_ID number 0
IMAGES.IMAGE_ID GI_IMA_FK R
Unique ID for Image
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"GANG_ID" IS NOT NULL GI_GANG_ID_NN
"IMAGE_DATE" IS NOT NULL GI_IMAGE_DATE_NN
"IMAGE_ID" IS NOT NULL GI_IMAGE_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
IMAGE_ID + GANG_ID Primary key Asc/Asc GI_PK
GANG_ID Performance Asc GI_GAN_FK_I
IMAGE_ID Performance Asc GI_IMA_FK_I

Close relationships  within of separation: