Columns of Table CRM_OBSERWATORZY
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y   PK nadawane z sekwencji sq_crm_komentarze
2 UZYTKOWNIK_DJ VARCHAR2(64 CHAR) Y   Nazwa uzytkownika django ktory obserwuje zdarzenie crm
3 ID_CRM_KONTAKT NUMBER Y   FK do tabeli crm_kontakty

Indexes on Table CRM_OBSERWATORZY
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_CRM_OBSERW_ID NORMAL ID <none>        
UNIQUE UQ_CRM_OBSER_UZYT_KONT NORMAL ID_CRM_KONTAKT, UZYTKOWNIK_DJ <none>        

Foreign Key Constraints on Table CRM_OBSERWATORZY
Constraint Name Columns Ref Table Owner Referenced Table Name Referenced Columns Delete Rule Status Deferrable Deferred
FK_CRM_OBSERW_CRM_KONTAK ID_CRM_KONTAKT F_54 CRM_KONTAKTY ID NO ACTION ENABLED No No

PK, UK, & Check Constraints on Table CRM_OBSERWATORZY
Constraint Name Type Condition Status Columns
NN_CRM_OBSERW_ID_CRM_KONT Check "ID_CRM_KONTAKT" IS NOT NULL ENABLED ID_CRM_KONTAKT
NN_CRM_OBSERW_UZYT_DJ Check "UZYTKOWNIK_DJ" IS NOT NULL ENABLED UZYTKOWNIK_DJ
PK_CRM_OBSERW_ID Primary Key   ENABLED ID
UQ_CRM_OBSER_UZYT_KONT Unique   ENABLED ID_CRM_KONTAKT, UZYTKOWNIK_DJ

Table CRM_OBSERWATORZY does not have...
Comments
Partitions
Redaction Policies