Comment for Table KDO_LOGOWANIA_EBOK
Comment
Tabela zawierająca logowania do systemu EBOK 2.

Columns of Table KDO_LOGOWANIA_EBOK
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y   Numer identyfikacyjny logowania do systemu.
2 DATA_LOGOWANIA DATE Y sysdate Data logowania do systemu.
3 NR_KONTR NUMBER Y   Numer kontrahenta logującego się do systemu.
4 DJANGO_USERNAME VARCHAR2(30 CHAR) Y   Nazwa użytkownika Django.

Indexes on Table KDO_LOGOWANIA_EBOK
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
NON-UNIQUE IX_KDOLOGANIAE_NRKONTR NORMAL NR_KONTR <none>        
UNIQUE PK_ID_LOGOWANIA NORMAL ID <none>        

Foreign Key Constraints on Table KDO_LOGOWANIA_EBOK
Constraint Name Columns Ref Table Owner Referenced Table Name Referenced Columns Delete Rule Status Deferrable Deferred
FK_KDO_WEW NR_KONTR F_54 KDO_WEW NR_KONTR NO ACTION ENABLED No No

PK, UK, & Check Constraints on Table KDO_LOGOWANIA_EBOK
Constraint Name Type Condition Status Columns
NN_KDO_DATA_LOGOWANIA Check "DATA_LOGOWANIA" IS NOT NULL ENABLED DATA_LOGOWANIA
NN_KDO_DJ_USERNAME Check "DJANGO_USERNAME" IS NOT NULL ENABLED DJANGO_USERNAME
NN_KDO_NR_KONTR Check "NR_KONTR" IS NOT NULL ENABLED NR_KONTR
PK_ID_LOGOWANIA Primary Key   ENABLED ID

Table KDO_LOGOWANIA_EBOK does not have...
Partitions
Redaction Policies