The FTDNA_Kit table holds the FTDNA kit and credential records the application uses internally to connect to and gather from FTDNA. It is not match data — it is the set of kits known to the app and the sign-in details associated with them.
password column is internal credential storage used by the app to authenticate with FTDNA; it is part of the app’s own bookkeeping rather than gathered match data.| Column | Type | Description |
|---|---|---|
| Id | int (PK) | Auto-incrementing primary key |
| loginUsername | string | The DNAGedcom username this kit record belongs to |
| kitnumber | string | The FTDNA kit number |
| username | string | The FTDNA account username/login |
| password | string | Internal credential storage for the FTDNA account, used by the app to sign in |
| created_date | string | When the kit record was created |
| sync | string | Sync status flag (set to “0” when a new record is added) |