Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| resource_type | text | 2147483647 | 'link'::text |
|
|
||||||
| url | text | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| jsonb | 2147483647 | √ | null |
|
|
||||||
| view_count | int4 | 10 | 0 |
|
|
||||||
| added_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| resources_pkey | Primary key | Asc | id |
| idx_resources_room | Performance | Asc | room_id |