Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_ratelimit_entries_id_seq'::regclass) |
|
|
||
| hash | varchar | 128 | null |
|
|
|||
| delete_after | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_ratelimit_entries_pkey | Primary key | Asc | id |
| ratelimit_delete_after | Performance | Asc | delete_after |
| ratelimit_hash | Performance | Asc | hash |