Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
Primary key, all lowercase text. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Hashtags_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| Hashtags_id_check | (((btrim(id) <> ''::text) AND (lower(id) = id))) |



