Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| site_url | text | 2147483647 | null |
|
|
||||||
| username | text | 2147483647 | null |
|
|
||||||
| app_password | text | 2147483647 | null |
|
|
||||||
| wp_user_id | int4 | 10 | √ | null |
|
|
|||||
| wp_version | text | 2147483647 | √ | null |
|
|
|||||
| active_theme | text | 2147483647 | √ | null |
|
|
|||||
| status | text | 2147483647 | 'pending'::text |
|
|
||||||
| error_message | text | 2147483647 | √ | null |
|
|
|||||
| remediation_step | text | 2147483647 | √ | null |
|
|
|||||
| child_theme_slug | text | 2147483647 | √ | null |
|
|
|||||
| verified_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| revoked_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| wp_credentials_pkey | Primary key | Asc | id |
| idx_wp_creds_room | Performance | Asc | room_id |
| idx_wp_creds_room_unique | Must be unique | Asc | room_id |