Comment for Table MGA_MPIT_PARAMETRY
Comment
Tabela z parametrami do aplikacji Migrator dla mPIT. Zawiera m.in. informacje o urlu

Columns of Table MGA_MPIT_PARAMETRY
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y 1 id z zabezpieczeniem żeby był tylko jeden rekord o id 1
2 URL VARCHAR2(1024 CHAR)     URL na który wysyłane są REQUESTY. Ma on wygląd http://#login:#haslo@harmonia.mga.com.pl:6666/api/ . W momencie generowania URL podstawione jest #login i #haslo
3 CZY_SSL VARCHAR2(1 CHAR) Y 'N' Czy podany URL wymaga połączenia SSL, czyli czy jest tam https
4 PORTFEL VARCHAR2(1024 CHAR)     Ścieżka do portfela z certyfikatem
5 HASLO VARCHAR2(1024 CHAR)     Hasło dla walleta

Indexes on Table MGA_MPIT_PARAMETRY
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_MGA_MPIT_PARAMETRY NORMAL ID <none>        

PK, UK, & Check Constraints on Table MGA_MPIT_PARAMETRY
Constraint Name Type Condition Status Columns
CH_MGA_MPIT_PARAMETRY_CZY_SSL Check czy_ssl in ('T','N') ENABLED CZY_SSL
CH_MGA_MPIT_PARAMETRY_ID Check id = 1 ENABLED ID
NN_MGA_MPIT_PARAMETRY_CZY_SSL Check "CZY_SSL" IS NOT NULL ENABLED CZY_SSL
PK_MGA_MPIT_PARAMETRY Primary Key   ENABLED ID

Table MGA_MPIT_PARAMETRY does not have...
Partitions
Foreign Key Constraints
Redaction Policies