'ddw_carrier_distance', 'primary' => 'id_ddw_carrier_distance', 'multilang' => false, 'fields' => array( 'id_carrier' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedInt', 'required' => true), 'id_shop' => array('type' => self::TYPE_INT), 'distance_enabled' => array('type' => self::TYPE_INT), 'radius_from_km' => array('type' => self::TYPE_FLOAT), 'radius_to_km' => array('type' => self::TYPE_FLOAT), 'carrier_postal_code' => array('type' => self::TYPE_STRING), 'carrier_country_iso' => array('type' => self::TYPE_STRING), ) ); }