Difference between revisions of "Public.location monitor details (table)"
Line 9: | Line 9: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 16: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | |||
|- | |- | ||
Line 24: | Line 24: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| property | | property | ||
Line 31: | Line 30: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| propertyvalue | | propertyvalue | ||
Line 38: | Line 36: | ||
| | | | ||
| | | | ||
+ | |} | ||
+ | |||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- | ||
+ | | location_monitor_details_id_property | ||
+ | | Unique | ||
+ | | locationmonitorid, property | ||
+ | |- | ||
+ | | location_monitor_details_id | ||
| | | | ||
+ | | locationmonitorid | ||
|} | |} | ||
− | + | === Foreign Keys === | |
− | |||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" |
Revision as of 08:31, 11 February 2010
Contents
wikibot
Table | public.location_monitor_details |
Columns
Column | Data Type | Nullable | Default | Description |
locationmonitorid | integer | not null | ||
property | varchar(255) | not null | ||
propertyvalue | varchar(255) | null |
Indexes
Index | Type | Columns |
location_monitor_details_id_property | Unique | locationmonitorid, property |
location_monitor_details_id | locationmonitorid |
Foreign Keys
Relation | Column | Referenced Column |
public.location_monitors | locationmonitorid | id |