Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('reversion_revision_id_seq'::regclass) |
|
|
||||
| date_created | timestamptz | 35,6 | null |
|
|
|||||
| comment | text | 2147483647 | null |
|
|
|||||
| user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| reversion_revision_pkey | Primary key | Asc | id |
| reversion_revision_date_created_96f7c20c | Performance | Asc | date_created |
| reversion_revision_user_id_17095f45 | Performance | Asc | user_id |

