Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_auth_connect_ids_id_seq'::regclass) |
|
|
|||||
serverid | int8 | 19 | null |
|
|
||||||
tablename | varchar | 64 | ''::character varying |
|
|
||||||
remoteid | int8 | 19 | null |
|
|
||||||
localid | int8 | 19 | null |
|
|
||||||
timecreated | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_authconnids_id_pk | Primary key | Asc | id |
app_authconnids_ser_ix | Performance | Asc | serverid |
app_authconnids_sertabrem_uix | Must be unique | Asc/Asc/Asc | serverid + tablename + remoteid |
app_authconnids_tabloc_uix | Must be unique | Asc/Asc | tablename + localid |