Schema F_54
Oracle Version 11.2.0.4.0
As Of 2022/09/19 13:58:07
Prior Table | Table SMS_SL_SZABLONY | Next Table |
Comment |
---|
Szablony wiadomości sms. |
Column ID | Column Name | Datatype | Not Null | Data Default | Comments |
---|---|---|---|---|---|
1 | ID_SZABLON | NUMBER | Y | PK - identyfikator z sekwencji seq_sms_id. | |
2 | NAZWA | VARCHAR2(50 CHAR) | Y | Nazwa szablonu - pisana wielkimi literami, musi być unikalna. | |
3 | TRESC | VARCHAR2(900 BYTE) | Y | Treść wiadomości. Może zawierać zmienne z tabeli sms_sl_zmienne_tekst. Max 900 znaków (byte). | |
4 | UWAGI | VARCHAR2(500 CHAR) | Uwagi dotyczące szablonu. |
Uniqueness | Index Name | Type | Columns | Partitions | Partition Type | Partition Columns | Subpartition Type | Subpartition Columns |
---|---|---|---|---|---|---|---|---|
UNIQUE | IDX_SMS_SL_SZABLONY_NAZWA | FUNCTION-BASED NORMAL | UPPER("NAZWA") | <none> | ||||
UNIQUE | PK_SMS_SL_SZABLONY_ID_SZABLON | NORMAL | ID_SZABLON | <none> |
Constraint Name | Type | Condition | Status | Columns |
---|---|---|---|---|
NN_SMS_SL_SZABLONY_NAZWA | Check | "NAZWA" IS NOT NULL | ENABLED | NAZWA |
NN_SMS_SL_SZABLONY_TRESC | Check | "TRESC" IS NOT NULL | ENABLED | TRESC |
PK_SMS_SL_SZABLONY_ID_SZABLON | Primary Key | ENABLED | ID_SZABLON |
Partitions |
Foreign Key Constraints |
Redaction Policies |