| Name | Type | Nullable | Default value | Comment |
|---|---|---|---|---|
| GROUP_ID | NUMBER(38) | N | ||
| USER_ID | NUMBER(38) | N | ||
| DONT_SPAM_ME_P | CHAR(1.0) | Y | 'f' |
| Constraint Name | Columns |
|---|---|
| SYS_C002087372 | GROUP_ID , USER_ID |
| Constraint Name | Check Condition |
|---|---|
| SYS_C002087369 | "GROUP_ID" IS NOT NULL |
| SYS_C002087370 | "USER_ID" IS NOT NULL |
| SYS_C002087371 | dont_spam_me_p in ('t','f') |
| Constraint Name | Columns | Referenced table | Referenced Constraint | On Delete Rule |
|---|---|---|---|---|
| SYS_C002087373 | GROUP_ID | USER_GROUPS | SYS_C002087305 | NO ACTION |
| SYS_C002087374 | USER_ID | USERS | SYS_C002087135 | NO ACTION |
| Option | Settings |
|---|---|
| Index Organized | No |
| Generated by Oracle | No |
| Clustered | No |
| Nested | No |
| Temporary | No |
| Index Name | Type | Unuqueness | Columns |
|---|---|---|---|
| SYS_C002087372 | NORMAL | UNIQUE | GROUP_ID , USER_ID |