|
NAMEInterchange6::Schema::Result::StateDESCRIPTIONISO 3166-2 codes for sub_country identification "states"ACCESSORSstates_idPrimary key.scopeScope. Defaults to empty string.country_iso_codeFK on "country_iso_code" in Interchange6::Schema::Result::Country.state_iso_codeState ISO code, e.g.: NY.nameFull name of state/province, e.g.: New York.Defaults to empty string. priorityDisplay sort order. Defaults to 0.activeWhether state is an active shipping destination. Defaults to 1 (true).UNIQUE CONSTRAINTstates_state_country
RELATIONScountryType: belongs_toRelated object: Interchange6::Schema::Result::Country zone_statesType: has_manyRelated object Interchange6::Schema::Result::ZoneState zonesType: many_to_manyComposing rels: "zone_states" -> zone
Visit the GSP FreeBSD Man Page Interface. |