Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_eventfeatureddocument_id_seq'::regclass) |
|
|
||||
title | varchar | 200 | null |
|
|
|||||
description | text | 2147483647 | null |
|
|
|||||
thumbnail | varchar | 100 | null |
|
|
|||||
file | varchar | 100 | null |
|
|
|||||
event_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_eventfeatureddocument_pkey | Primary key | Asc | id |
api_eventfeatureddocument_event_id_b14cb0e8 | Performance | Asc | event_id |