Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('account_watchlists_id_seq'::regclass) |
|
|
|||||
name | varchar | 255 | √ | 'default'::character varying |
|
|
|||||
identity_id | int8 | 19 | √ | null |
|
|
|||||
inserted_at | timestamp | 22 | null |
|
|
||||||
updated_at | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
account_watchlists_pkey | Primary key | Asc | id |
account_watchlists_identity_id_index | Performance | Asc | identity_id |