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('event_roles_id_seq'::regclass) |
|
|
||||||||
name | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
event_roles_pkey | Primary key | Asc | id |
event_roles_name_key | Must be unique | Asc | name |