Public.application service map (table)
Contents
wikibot
Table | public.application_service_map |
Columns
Column | Data Type | Nullable | Default | Description |
appid | integer | null | ||
ifserviceid | integer | null |
Indexes
Index | Type | Columns |
appid_ifserviceid_idex | Unique | appid, ifserviceid |
appid_idx | appid | |
ifserviceid_idx | ifserviceid |
Foreign Keys
Relation | Column | Referenced Column |
public.applications | appid | id |
public.ifservices | ifserviceid | id |