| Constraint Name | Columns |
|---|---|
| RHN_KSSCRIPT_ID_PK | ID |
| Constraint Name | Columns | Referenced table | Referenced Constraint | On Delete Rule |
|---|---|---|---|---|
| RHN_KSSCRIPT_KSID_FK | KICKSTART_ID | RHNKSDATA | RHN_KS_ID_PK | CASCADE |

| Constraint name | Columns |
|---|---|
| RHN_KSSCRIPT_KSID_POS_UQ | KICKSTART_ID , POSITION |
| Option | Settings |
|---|---|
| Tablespace | USERS |
| Index Organized | No |
| Generated by Oracle | No |
| Clustered | No |
| Nested | No |
| Temporary | No |
| Index Name | Type | Unuqueness | Columns | DDL script |
|---|---|---|---|---|
| RHN_KSSCRIPT_ID_IDX | NORMAL | NONUNIQUE | ID | DDL script |
| RHN_KSSCRIPT_KSID_POS_IDX | NORMAL | NONUNIQUE | KICKSTART_ID , POSITION | DDL script |
| SYS_IL0000020606C00010$$ | LOB | UNIQUE | DDL script |
Legend: comment string keyword reserved word operator
CREATE TRIGGER rhn_ksscript_mod_trig before insert or update on rhnKickstartScript for each row REFERENCING NEW AS NEW OLD AS OLD begin :new.modified := current_timestamp; end rhn_ksscript_mod_trig;