Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('twitterbot_twitterbotvisitlog_id_seq'::regclass) |
|
|
||||
| request_path | varchar | 255 | null |
|
|
|||||
| response_log_id | int4 | 10 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| twitterbot_twitterbotvisitlog_pkey | Primary key | Asc | id |
| twitterbot_twitterbotvisitlog_response_log_id_50936d5c | Performance | Asc | response_log_id |
