HelpDatabase Reference › Ancestry_Locations

Ancestry_Locations Table

The Ancestry_Locations table is a place lookup: each row is one location with its name and coordinates. It is shared by the birth-location features, which reference a place by its Id rather than repeating the name and coordinates on every row.

Column Reference

ColumnTypeSourceDescription
Idint (PK)AutoAuto-incrementing primary key — referenced by Ancestry_SharedBirthLocations.locationId
locationNamestringMatch ComparePlace name (unique)
coordsstringMatch CompareCoordinates for the location
loginUsernamestringAppDNAGedcom username who gathered this data
A unique index on locationName keeps the table deduplicated. When a location is encountered during gathering, the app looks it up by name and reuses the existing row, only inserting a new one if the name is not already present.

Related Tables

  • Ancestry_SharedBirthLocations — shared ancestral birth locations that reference these places by locationId.