Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
Required ID field |
|||
username | VARCHAR | 100 |
|
|
Username |
|||||
mnet_host_id | BIGINT | 19 | 0 |
|
|
id of mnet host |
||||
accessctrl | VARCHAR | 20 | allow |
|
|
Whether or not this user/host can login |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
mnetssoaccecont_mneuse_uix | Must be unique | Asc/Asc | mnet_host_id + username |