Footprints Data Model |
Table |
Name | search_cstr_type |
Comment | A lookup table for the various operators that can be used in a search condition. These are logical operators. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
search_cstr_type_id | int | The automatically generated primary key of the search_cstr_type table. | Yes | No |
search_cstr_type_name | varchar(255) | The name of the Search Constraint Type. | No | No |
search_cstr_type_descr | varchar(512) | A descriptive name of the Search Constraint Type. This descriptive name may be localized. | No | No |