| Database Table MaritalStatus | 
[This is preliminary documentation and is subject to change.]
The MaritalStatus table holds the legal values for MaritalStatus (such as married, unmarried, divorced etc.)
Field name  | Type  | Note  | Description  | 
|---|---|---|---|
Number  | int  | Primary key  | The id for the marital status  | 
Caption  | varchar(50)  | The caption for the marital status (married, unmarried, divorced etc.)  |