Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
roleId | INT | 10 | √ | null |
|
|
||||||||
name | VARCHAR | 50 | null |
|
|
The internal name of the role |
||||||||
description | VARCHAR | 100 | null |
|
|
A description of what the role allows |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
roles_s_pk | Primary key | Asc | roleId |
PRIMARY | Must be unique | Asc | roleId |