Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('text_blast_links_id_seq'::regclass) |
|
|
|||||
| text_blast_id | int4 | 10 | null |
|
|
||||||
| url | text | 2147483647 | √ | null |
|
|
|||||
| short_link | text | 2147483647 | √ | null |
|
|
|||||
| total_clicks | int4 | 10 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| text_blast_links_pkey | Primary key | Asc | id |
| index_text_blast_links_on_text_blast_id | Performance | Asc | text_blast_id |

