| Field name | Description | Data type* | Null allowed? | Key status |
| id | unique MPD id number identifying strain | int | no |
primary key;
|
| fname | strain name formatted in HTML | | no |
|
| aname | strain name using ascii notation | | no |
secondary key;
|
| prigroup | MPD priority strain group (A, B, C, or D) that the strain is in | | yes (indicates no priority group) |
|
| vendor | vendor supplying the strain | | yes (unresolved strains) |
|
| | J=JAX Cr=Charles River Tac=Taconic Hsd=Harlan | | | |
| stocknum | vendor's stock number | | yes (unresolved strains) |
|
| straintype | strain type code | | yes (unresolved strains) |
foreign key on straintypes
|
| straingenalt | code describing genomic alteration if any | | yes (unresolved strains) |
foreign key on straingenalt
|
| resolved | "y" if strain resolved to an exact vendor and stock number | | yes (indicates not resolved) |
|
| comment | misc remarks | | yes |
|
| festcode | map to MGI Festing web page names | | yes for strains not mapping to Festing |
|
| fullfname | if nonnull, this indicates that fname/aname is an abbreviated strain name used in MPD for convenience; fullfname is the official nomenclature. | | yes |
|
| jaxavl | jax-mice availability level (updated by dba at reg. intervals) | | yes, for strains not available from jax-mice |
|
| | Level1, Level2, Level3, Level4, Repos, ReCryo, OnHold | | | |