Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| cognito_app_client_id | VARCHAR | 100 | null |
|
|
|||
| cognito_pool_id | VARCHAR | 100 | null |
|
|
|||
| cognito_region | VARCHAR | 50 | null |
|
|
|||
| created_at | DATETIME | 26 | null |
|
|
|||
| created_by | VARCHAR | 100 | √ | null |
|
|
||
| is_active | BIT | 1 | null |
|
|
|||
| roles | JSON | 1073741824 | null |
|
|
|||
| tenant_id | VARCHAR | 36 | √ | null |
|
|
||
| tenant_logo_url | VARCHAR | 500 | √ | null |
|
|
||
| tenant_name | VARCHAR | 255 | null |
|
|
|||
| updated_at | DATETIME | 26 | √ | null |
|
|
||
| updated_by | VARCHAR | 100 | √ | null |
|
|
||
| user_registry_id | VARCHAR | 36 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |