Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('angle_blog_jobs_id_seq'::regclass) |
|
|
|||||
| angle_id | int4 | 10 | null |
|
|
||||||
| blogrhythm_job_id | int4 | 10 | √ | null |
|
|
|||||
| keyword | text | 2147483647 | √ | null |
|
|
|||||
| status | text | 2147483647 | 'pending'::text |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| angle_blog_jobs_pkey | Primary key | Asc | id |