diff options
Diffstat (limited to 'app/Census/CensusOfUnitedStates1890.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1890.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Census/CensusOfUnitedStates1890.php b/app/Census/CensusOfUnitedStates1890.php index 438b8213bc..1353add13c 100644 --- a/app/Census/CensusOfUnitedStates1890.php +++ b/app/Census/CensusOfUnitedStates1890.php @@ -42,20 +42,20 @@ class CensusOfUnitedStates1890 extends CensusOfUnitedStates implements CensusInt new CensusColumnNull($this, 'Race', 'Whether white, black, mulatto, quadroon, octoroon, Chinese, Japanese, or Indian'), new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnAge($this, 'Age', 'Age at nearest birthday. If under one year, give age in months'), - new CensusColumnNull($this, 'Condition', 'Whether single, married, widowed, or divorced'), + new CensusColumnConditionUs($this, 'Cond', 'Whether single, married, widowed, or divorced'), new CensusColumnMonthIfMarriedWithinYear($this, 'Mar', 'Whether married duirng the census year (June 1, 1889, to May 31, 1890)'), - new CensusColumnNull($this, 'Children', 'Mother of how many children, and number of these children living'), - new CensusColumnBirthPlaceSimple($this, 'Birthplace', 'Place of birth'), - new CensusColumnFatherBirthPlaceSimple($this, 'Father’s birthplace', 'Place of birth of father'), - new CensusColumnFatherBirthPlaceSimple($this, 'Mother’s birthplace', 'Place of birth of mother'), + new CensusColumnNull($this, 'Chil', 'Mother of how many children, and number of these children living'), + new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth'), + new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'), + new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'), new CensusColumnNull($this, 'US', 'Number of years in the United States'), new CensusColumnNull($this, 'Nat', 'Whether naturalized'), new CensusColumnNull($this, 'Papers', 'Whether naturalization papers have been taken out'), new CensusColumnOccupation($this, 'Occupation', 'Profession, trade, occupation'), - new CensusColumnNull($this, 'Unemployed', 'Months unemployed during the census year (June 1, 1889, to May 31, 1890)'), + new CensusColumnNull($this, 'Unemp', 'Months unemployed during the census year (June 1, 1889, to May 31, 1890)'), new CensusColumnNull($this, 'Read', 'Able to read'), new CensusColumnNull($this, 'Write', 'Able to write'), - new CensusColumnNull($this, 'English', 'Able to speak English. If not the language or dialect spoken'), + new CensusColumnNull($this, 'Eng', 'Able to speak English. If not the language or dialect spoken'), new CensusColumnNull($this, 'Disease', 'Whether suffering from acute or chronic disease, with name of disease and length of time afflicted'), new CensusColumnNull($this, 'Infirm', 'Whether defective in mind, sight, hearing, or speech, or whether crippled, maimed, or deformed, with name of defect'), new CensusColumnNull($this, 'Prisoner', 'Whether a prisoner, convict, homeless child, or pauper'), |
