| C | D | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Table | Column | Type | Key/Index | Typical Values | Comments | Proposed Update | Validated? | ||||||||||||||||
2 | AddressLinkTable | LinkID | Integer | Primary Key | 1, 2, 3,... | Link Identification Number, sequentially ordered | ||||||||||||||||||
3 | AddressLinkTable | OwnerType | Integer | 0, 1, 3, 6 | 0 = Person (Address of Person Fact from Edit Person Window), 1 = Family (Address of Spouse / Parents from Edit Person Window), 3 = Source (Repository), 6 = Task (Address or Repository) | |||||||||||||||||||
4 | AddressLinkTable | AddressID | Integer | Foreign Key | 1, 2, 3,... | Links to AddressID in AddressTable | ||||||||||||||||||
5 | AddressLinkTable | OwnerID | Integer | Foreign Key | 1, 2, 3,... | Link based on OwnerType: 0 = PersonTable.PersonID, 1 = FamilyTable.FamilyID, 3 = SourceTable.SourceID, 6 = TaskTable.TaskID | ||||||||||||||||||
6 | AddressLinkTable | AddressNum | Integer | 0 | ||||||||||||||||||||
7 | AddressLinkTable | Details | Text | Blank | Not Implemented | |||||||||||||||||||
8 | AddressLinkTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
9 | AddressTable | AddressID | Integer | Primary Key | 1, 2, 3,... | Address Identification Number | ||||||||||||||||||
10 | AddressTable | AddressType | Integer | 0, 1 | 0 = Person or Family, 1 = Repository | |||||||||||||||||||
11 | AddressTable | Name | Text Collate RMNOCASE | idxAddressName | User Defined | Name, from Edit Address pane or Edit Repository pane. | See Change History Tab | Y | ||||||||||||||||
12 | AddressTable | Street1 | Text | User Defined | Street address [first line], from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
13 | AddressTable | Street2 | Text | User Defined | Street address [second line], from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
14 | AddressTable | City | Text | User Defined | City, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
15 | AddressTable | State | Text | User Defined | State, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
16 | AddressTable | Zip | Text | User Defined | Postal Code, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
17 | AddressTable | Country | Text | User Defined | Country, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
18 | AddressTable | Phone1 | Text | User Defined | Phone, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
19 | AddressTable | Phone2 | Text | User Defined | Cell phone, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
20 | AddressTable | Fax | Text | User Defined | Fax, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
21 | AddressTable | Text | User Defined | Email, from Edit Address pane or Edit Repository pane. | ||||||||||||||||||||
22 | AddressTable | URL | Text | User Defined | Website, from Edit Address pane or Edit Repository pane. | |||||||||||||||||||
23 | AddressTable | Latitude | Integer | User Defined | Not implemented | |||||||||||||||||||
24 | AddressTable | Longitude | Integer | User Defined | Not implemented | |||||||||||||||||||
25 | AddressTable | Note | Text | User Defined | Note, from Edit Address pane or Edit Repository pane. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
26 | AddressTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
27 | AncestryTable | LinkID | Integer | Primary Key | 1, 2, 3,... | LinkID Identification Number | ||||||||||||||||||
28 | AncestryTable | LinkType | Integer | 0, 4, 11 | 0 = Person, 4 = Citation, 11 = Media | |||||||||||||||||||
29 | AncestryTable | rmID | Integer | Foreign Key, idxLinkAncestryRmID | 1, 2, 3,... | Link based on LinkType: 0 = PersonTable.PersonID, 4 = CitationTable.CitationID, 11 = MultiMediaTable.MediaID | ||||||||||||||||||
30 | AncestryTable | anID | Text | idxLinkAncestryanID | Formatted string | Person = [d]{12}:[d]{4}:[d]{9} - e.g.: 121212121212:1030:123456789, Citation, origin RM = [d]:9000:[d] (length varies), Citation, origin Ancestry = [d]:[d] Media = Ancestry assigned ID (matches filename for media downloaded from Ancestry) | See Change History Tab | Y | ||||||||||||||||
31 | AncestryTable | Modified | Integer | 0, 1 | For LinkType=0 (Person): 0 = No modification detected or 'Mark as not changed' button has been selected in Treeshare, 1 = Change identified in RM db or in Ancestry via Treeshare notification. Person’s status appears as changed in Treeshare. | |||||||||||||||||||
32 | AncestryTable | anVersion | Text | Null or Hex String | Hex code where LinkType=0 (Person), Otherwise NULL | |||||||||||||||||||
33 | AncestryTable | anDate | Float | 0.0 | ||||||||||||||||||||
34 | AncestryTable | Status | Integer | 0 | ||||||||||||||||||||
35 | AncestryTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
36 | AncestryTable | TreeID | Text | Blank | Not Implemented | See Change History Tab | Y | |||||||||||||||||
37 | ChildTable | RecID | Integer | Primary Key | 1, 2, 3,... | Record number in childtable | ||||||||||||||||||
38 | ChildTable | ChildID | Integer | Foreign Key, idxChildID | 1, 2, 3,... | Link to PersonID in PersonTable | ||||||||||||||||||
39 | ChildTable | FamilyID | Integer | Foreign Key, idxChildFamilyID | 1, 2, 3,... | Link to FamilyID in FamilyTable | ||||||||||||||||||
40 | ChildTable | RelFather | Integer | 0, 1, 2,... | Relationship to Father as defined in Parents section of Edit Person: 0 = Birth, 1 = Adopted, 2 = Step, 3 = Foster, 4 = Related, 5 = Guardian, 6 = Sealed, 7 = Unknown | |||||||||||||||||||
41 | ChildTable | RelMother | Integer | 0, 1, 2,... | Relationship to Mother as defined in Parents section of Edit Person: (Values same as RelFather) | |||||||||||||||||||
42 | ChildTable | ChildOrder | Integer | idxChildOrder | 0, 1, 2,... | When number of Children=1: 0 = Child added to family with Add Father or Add Mother action, 1000 = Child added to family with Add Child action; Else, once number of Children >1 value matches order in Family view. | ||||||||||||||||||
43 | ChildTable | IsPrivate | Integer | 0 | Not Implemented | |||||||||||||||||||
44 | ChildTable | ProofFather | Integer | 0-3 | Set by Proof listbox in Parents pane of Edit Persons. 0 - Blank, 1 - Proven, 2 - Disproven, 3 - Disputed | |||||||||||||||||||
45 | ChildTable | ProofMother | Integer | 0-3 | Set by Proof listbox in Parents pane of Edit Persons. 0 - Blank, 1 - Proven, 2 - Disproven, 3 - Disputed | |||||||||||||||||||
46 | ChildTable | Note | Text | Blank | Not Implemented | |||||||||||||||||||
47 | ChildTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
48 | CitationLinkTable | LinkID | Integer | Primary Key | 1, 2, 3,... | Link identification number | ||||||||||||||||||
49 | CitationLinkTable | CitationID | Integer | Foreign Key | 1, 2, 3,... | Link to CitationTable.CitationID | ||||||||||||||||||
50 | CitationLinkTable | OwnerType | Integer | 0, 1, 2, 6, 7, 19 | 0 = Person, 1 = Family, 2 = Event, 6 = Task, 7 = Name, 19 = Association | |||||||||||||||||||
51 | CitationLinkTable | OwnerID | Integer | Foreign Key, idxCitationLinkOwnerID | 1, 2, 3,... | Link to Primary Key of table based on OwnerType: 0 = PersonTable.PersonID, 1 = FamilyTable.FamilyID, 2 = EventTable.EventID, 6 = TaskTable.TaskID, 7 = NameTable.NameID, 19 = FanTable.FanID | See Change History Tab | Y | ||||||||||||||||
52 | CitationLinkTable | SortOrder | Integer | Null, or 0 | Not Implemented: Null = Legacy data, 0 = New table entry | |||||||||||||||||||
53 | CitationLinkTable | Quality | Text | [PS~]{DIN~][OX~] | 3-Character Quality of this information: 1st = (Info): P = Primary, S = Secondary,~ = Don't know 2nd = (Evidence): D = Direct, I = Indirect, N = Negative, ~ = Don't know 3rd = (Source): O = Original, X = Derivative, ~ = Don't know | |||||||||||||||||||
54 | CitationLinkTable | IsPrivate | Integer | 0 | Not Implemented | |||||||||||||||||||
55 | CitationLinkTable | Flags | Integer | 0 | Not Implemented | |||||||||||||||||||
56 | CitationLinkTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
57 | CitationTable | CitationID | Integer | Primary Key | 1, 2, 3,... | Citation Identification Number | ||||||||||||||||||
58 | CitationTable | SourceID | Integer | Foreign Key, idxCitationSourceID | 1, 2, 3,... | Link to SourceID of SourceTable | ||||||||||||||||||
59 | CitationTable | Comments | Text | User Defined | Detail Comment from Edit Citation pane. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
60 | CitationTable | ActualText | Text | User Defined | Research Note from Edit Citation pane. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
61 | CitationTable | RefNumber | Text | User Defined | Detail Ref# from Edit Citation pane. | |||||||||||||||||||
62 | CitationTable | Footnote | Text | User Defined | Value from Customize Footnote window, overrides sentence template output. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
63 | CitationTable | ShortFootnote | Text | User Defined | Value from Customize Footnote window, overrides sentence template output. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
64 | CitationTable | Bibliography | Text | User Defined | Value from Customize Footnote window, overrides sentence template output. User Interface supports line breaks and formatting tags. | |||||||||||||||||||
65 | CitationTable | Fields | Blob | XML | Citation Detail field “Names” (from Source template) and “Values” (from Edit Citation pane) | |||||||||||||||||||
66 | CitationTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
67 | CitationTable | CitationName | Text Collate RMNOCASE | idxCitationName | User Defined | If left blank, field value is auto generated as the concatenation of all Citation Detail fields separated by semi-colons. | See Change History Tab | Y | ||||||||||||||||
68 | ConfigTable | RecID | Integer | Primary Key | 1, 2, 3... | Record Identification Number | ||||||||||||||||||
69 | ConfigTable | RecType | Integer | idxRecType | 1, 2, 3... | Record Type: 1 = Database Configuration settings 3 = Custom Report settings, from Publish menu 4 = 5 = Standard Report settings, from Publish menu 6 = HTML Website settings, from Publish menu 7 = Problem Options, from General Settings menu or Problem Search 9 = Book settings, from Publish menu | ||||||||||||||||||
70 | ConfigTable | Title | Text | Built-in or User Defined | Title - See Row 5 of ConfigTable Tab | |||||||||||||||||||
71 | ConfigTable | DataRec | Blob | XML code | Data Record - See Row 40 of ConfigTable Tab | |||||||||||||||||||
72 | ConfigTable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | |||||||||||||||||||
73 | DNATable | RecID | Integer | Primary Key | 1, 2, 3… | Record Identification Number | See Change History Tab | Y | ||||||||||||||||
74 | DNATable | ID1 | Integer | Foreign Key, idxDnaId1 | 1, 2, 3… | Person 1, from the DNA Match view of Edit Person Window. Links to PersonTable.PersonID. | See Change History Tab | Y | ||||||||||||||||
75 | DNATable | ID2 | Integer | Foreign Key, idxDnaId2 | 1, 2, 3… | Person 2, from the DNA Match view of Edit Person Window. Links to PersonTable.PersonID. | See Change History Tab | Y | ||||||||||||||||
76 | DNATable | Label1 | Text | User Defined | Label 1, from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
77 | DNATable | Label2 | Text | User Defined | Label 2, from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
78 | DNATable | DNAProvider | Integer | 1-6, 998, 999 | Provider, from the DNA Match view of Edit Person Window: 1 = 23andMe, 2 = Ancestry, 3 = Family Tree DNA, 4 = Living DNA, 5 = My Heritage, 6 = GEDmatch, 998 = Unknown, 999 = Other | See Change History Tab | Y | |||||||||||||||||
79 | DNATable | SharedCM | Float | User Defined, 0-4000 | Shared Centimorgans (cM), from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
80 | DNATable | SharedPercent | Float | User Defined, 0-100 | Shared Percentage, from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
81 | DNATable | LargeSeg | Float | User Defined, 0-500 | Largest Segment (cM), from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
82 | DNATable | SharedSegs | Integer | User Defined, 0-100 | Shared Segments, from the DNA Match view of Edit Person Window. | See Change History Tab | Y | |||||||||||||||||
83 | DNATable | Date | Text | Position coded string or free text | [See Date sheet for additional details.] | See Change History Tab | Y | |||||||||||||||||
84 | DNATable | Relate1 | Integer | 0-999 | Relate1, the number of generations between Person 1 (DNATable.ID1) and the Most Recent Common Ancestor (DNATable.CommonAnc). Relate1 and Relate2, taken together with DNATable.CommonAncType, calculate the relationship between the shared DNA Match. | See Change History Tab | Y | |||||||||||||||||
85 | DNATable | Relate2 | Integer | 0, 1, 2,... | Relate2, the number of generations between Person 2 (DNATable.ID2) and the Most Recent Common Ancestor (DNATable.CommonAnc). Relate1 and Relate2, taken together with DNATable.CommonAncType, calculate the relationship between the shared DNA Match. [See Table for additional details.] | See Change History Tab | Y | |||||||||||||||||
86 | DNATable | CommonAnc | Integer | Foreign Key | 0, 1, 2,... | Most Recent Common Ancestor (MRCA) of Person1 and Person2 of the DNA Match. Link to Primary Key of table based on DNATable.CommonAncType: 0 = PersonTable.PersonID, 1 = FamilyTable.FamilyID Note: CommonAnc = 0 when both Relate1 and Relate2 = 0 (ie when no RM-defined Tree Relationship has been identified). | See Change History Tab | Y | ||||||||||||||||
87 | DNATable | CommonAncType | Integer | 0, 1 | Common Ancestor Type. When DNATable.CommonAnc > 0: 0 = Single MRCA (ie Half Relationship) identified in RM Tree, 1 = Couple MRCA identified in RM Tree Note: CommonAncType also = 0 when DNATable.CommonAnc=0 (ie when no RM-defined Tree Relationship has been identified). | See Change History Tab | Y | |||||||||||||||||
88 | DNATable | Verified | Integer | 0 | Not Implemented | See Change History Tab | Y | |||||||||||||||||
89 | DNATable | Note | Text | User Defined | DNA Note, from the DNA Match view of Edit Person Window. User Interface supports line breaks and formatting tags. | See Change History Tab | Y | |||||||||||||||||
90 | DNATable | UTCModDate | Float | [d]{5}.[d]{10} e.g.: 44993.9143704283 | Coordinated Universal Time from system, modified: SELECT julianday('now') - 2415018.5 | See Change History Tab | Y | |||||||||||||||||
91 | EventTable | EventID | Integer | Primary Key | 1, 2, 3,... | Event Identification Number | ||||||||||||||||||
92 | EventTable | EventType | Integer | Foreign Key, idxOwnerEvent | 1, 2, 3,... | Link to FactTypeID in FactTypeTable | ||||||||||||||||||
93 | EventTable | OwnerType | Integer | 0, 1 | 0 = Person, 1 = Family | |||||||||||||||||||
94 | EventTable | OwnerID | Integer | Foreign Key, idxOwnerDate, idxOwnerEvent | 1, 2, 3,... | Link based on OwnerType: 0 = PersonID in PersonTable, 1 = FamilyID in FamilyTable | ||||||||||||||||||
95 | EventTable | FamilyID | Integer | Foreign Key | 0, 1, 2,... | Link based on OwnerType: 0 = not applicable or not assigned to event, Else = FamilyID in FamilyTable (Set via Parents listbox in Edit Person Fact pane for events such as Adoption or LDS Seal to Parents) | ||||||||||||||||||
96 | EventTable | PlaceID | Integer | Foreign Key | 0, 1, 2,... | 0 if no Place has been assigned to event, else PlaceID in PlaceTable | ||||||||||||||||||
97 | EventTable | SiteID | Integer | Foreign Key | 0, 1, 2,... | 0 if no Place Details assigned to event, else PlaceID (of Place Details) in PlaceTable | ||||||||||||||||||
98 | EventTable | Date | Text | Position coded string or free text | [See Date sheet for additional details.] | |||||||||||||||||||
99 | EventTable | SortDate | BigInt | idxOwnerDate | 18 digits | Number representing a user entered date that forces an event into a position relative to other events in lists sorted on the Date field. | ||||||||||||||||||
100 | EventTable | IsPrimary | Integer | 0, 1 | Primary checkbox in Edit Person Fact pane: 0 = Not checked (default), 1 = Checked. (Used to suppress from reports other conflicting facts of the same type.) |