Difference between revisions of "Public.applications (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.applications |- |} {| border="1" cellpadding="5" cellspacing="0" styl...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| id | | id | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| name | | name | ||
− | | | + | | varchar(32) |
| not null | | not null | ||
| | | |
Revision as of 14:42, 7 August 2009
wikibot
Table | public.applications |
Column | Data Type | Nullable | Default | PK | Index |
id | integer | not null | applications_pkey | ||
name | varchar(32) | not null | applications_name_idx |
Detail Table | Column | Referencing Column |
public.application_service_map | id | appid |