Schema F_54
Oracle Version 11.2.0.4.0
As Of 2022/09/19 13:58:07
Prior Table | Table RAPORTY_EXCEL_GRUPY | Next Table |
Comment |
---|
Tabela, w której definiowane są grupy oraz podgrupy dla raportów excel zdefiniowanych w tabeli: RAPORTY_EXCEL. |
Column ID | Column Name | Datatype | Not Null | Data Default | Comments |
---|---|---|---|---|---|
1 | ID_GRUPY | NUMBER | Y | PK tabeli RAPORTY_EXCEL_GRUPY. | |
2 | NAZWA | VARCHAR2(1024 CHAR) | Y | Nazwa grupy. | |
3 | SKROT | VARCHAR2(256 CHAR) | Y | Skrót grupy. | |
4 | ID_RODZICA | NUMBER | NULL | Id rodzica (jak w drzewie). | |
5 | OPIS | VARCHAR2(2000 CHAR) | NULL | Opis grupy. |
Uniqueness | Index Name | Type | Columns | Partitions | Partition Type | Partition Columns | Subpartition Type | Subpartition Columns |
---|---|---|---|---|---|---|---|---|
UNIQUE | PK_RAP_EXCEL_GRUPY_ID_GRUPY | NORMAL | ID_GRUPY | <none> | ||||
UNIQUE | UQ_RAP_EXCEL_GRUPY | NORMAL | SKROT, ID_RODZICA | <none> | ||||
UNIQUE | UQ_RAP_EXCEL_GRUPY_NAZWA | NORMAL | NAZWA, ID_RODZICA | <none> |
Constraint Name | Type | Condition | Status | Columns |
---|---|---|---|---|
NN_RAP_EXCEL_GRUPY_NAZWA | Check | "NAZWA" IS NOT NULL | ENABLED | NAZWA |
NN_RAP_EXCEL_GRUPY_SKROT | Check | "SKROT" IS NOT NULL | ENABLED | SKROT |
PK_RAP_EXCEL_GRUPY_ID_GRUPY | Primary Key | ENABLED | ID_GRUPY | |
UQ_RAP_EXCEL_GRUPY | Unique | ENABLED | SKROT, ID_RODZICA | |
UQ_RAP_EXCEL_GRUPY_NAZWA | Unique | ENABLED | NAZWA, ID_RODZICA |
Partitions |
Foreign Key Constraints |
Redaction Policies |