td.USER_TEAM Table
Description
Information about Users and Teams
Columns
| Column Name | Description | Datatype | Length | Allow Null | Default | Formula |
|---|---|---|---|---|---|---|
| USTM_ID | ID | int | 4 | FALSE | ||
| USTM_USER_NAME | User name | VARCHAR2 | 60 | FALSE | ||
| USTM_TEAM_ID | Team ID | int | 4 | FALSE | ||
| USTM_IS_TEAM_LEAD | Is Team Lead or not | VARCHAR2 | 1 | FALSE |
Indexes
| Index Name | Description | Primary | Unique |
|---|---|---|---|
| USER_TEAM_PK | Yes | Yes | |
| USER_TEAM_UK_1 |

