I've never come across a system that has feet-and-inches as a data type. Correctly, in the Relational Model, the valid values of a column are called domains. A domain is a finite set of possible values. Some systems do allow you to create domains (usually called enumerated scalars). Examples are MySQL and Pascal.
Use metres and calculate the feet and inches bits as defined fields in a query.