Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| siteid | serial | 10 | √ | nextval('ndb.seq_sites_siteid'::regclass) |
|
|
An arbitrary Site identification number. |
|||||||||
| sitename | varchar | 128 | √ | null |
|
|
Name of the site. Alternative names, including archaeological site numbers, are placed in square brackets, for example: |
|||||||||
| longitudeeast | float8 | 17,17 | √ | null |
|
|
East bounding longitude for a site. |
|||||||||
| latitudenorth | float8 | 17,17 | √ | null |
|
|
North bounding latitude for a site. |
|||||||||
| longitudewest | float8 | 17,17 | √ | null |
|
|
West bounding longitude for a site. |
|||||||||
| latitudesouth | float8 | 17,17 | √ | null |
|
|
South bounding latitude for a site. |
|||||||||
| altitude | float8 | 17,17 | √ | null |
|
|
Altitude of a site in meters. |
|||||||||
| area | float8 | 17,17 | √ | null |
|
|
Area of a site in hectares. |
|||||||||
| sitedescription | text | 2147483647 | √ | null |
|
|
Free form description of a site, including such information as physiography and vegetation around the site. |
|||||||||
| notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about the site. |
|||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
|||||||||||
| geog | geography | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sites_pkey | Primary key | Asc | siteid |
| ix_siteid_sites | Performance | Asc | siteid |
| sitegeog_gix | Performance | Asc | geog |
| sitenames_idx | Performance | Asc | sitename |