Public.applications (table)
wikibot
Table | public.applications |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
name | varchar(32) | not null |
Primary Key
Primary Key | Columns |
applications_pkey | id |
Indexes
Index | Type | Columns |
applications_name_idx | Unique | name |
Foreign Keys
Relation | Column | Referenced Column |
public.applications | appid | id |