Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('notifications_surgealert_molnix_tags_id_seq'::regclass) |
|
|
||||
surgealert_id | int4 | 10 | null |
|
|
|||||
molnixtag_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
notifications_surgealert_molnix_tags_pkey | Primary key | Asc | id |
notifications_surgealert_molnix_tags_molnixtag_id_61be46fb | Performance | Asc | molnixtag_id |
notifications_surgealert_molnix_tags_surgealert_id_43309803 | Performance | Asc | surgealert_id |
notifications_surgealert_surgealert_id_molnixtag__089599a5_uniq | Must be unique | Asc/Asc | surgealert_id + molnixtag_id |