Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
created_at | timestamp | 26,3 | CURRENT_TIMESTAMP |
|
|
||||||
updated_at | timestamp | 26,3 | null |
|
|
||||||
id | serial | 10 | √ | nextval('sponsors_id_seq'::regclass) |
|
|
|||||
name | text | 2147483647 | null |
|
|
||||||
website | text | 2147483647 | null |
|
|
||||||
logo_path | text | 2147483647 | null |
|
|
||||||
type | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
sponsors_pkey | Primary key | Asc | id |