diff --git a/sql/7_0_1-to-7_0_2_upgrade.sql b/sql/7_0_1-to-7_0_2_upgrade.sql index 5e456db6bc7..b055015ddff 100644 --- a/sql/7_0_1-to-7_0_2_upgrade.sql +++ b/sql/7_0_1-to-7_0_2_upgrade.sql @@ -283,269 +283,24 @@ INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_re ALTER TABLE `onsite_documents` ADD `template_data` LONGTEXT; #EndIf - - #IfNotRow2D layout_options form_id DEM field_id nationality_country SET @group_id = (SELECT `group_id` FROM layout_options WHERE field_id='race' AND form_id='DEM'); SET @seq_start := 0; UPDATE `layout_options` SET `seq` = (@seq_start := @seq_start+1)*10 WHERE group_id = @group_id AND form_id='DEM' ORDER BY `seq`; SET @seq_add_to = (SELECT seq FROM layout_options WHERE group_id = @group_id AND field_id='race' AND form_id='DEM'); INSERT INTO `layout_options` (`form_id`, `field_id`, `group_id`, `title`, `seq`, `data_type`, `uor`, `fld_length`, `max_length`, `list_id`, `titlecols`, `datacols`, `default_value`, `edit_options`, `description`, `fld_rows`, `list_backup_id`, `source`, `conditions`, `validation`, `codes`) VALUES ('DEM','nationality_country',@group_id,'Nationality and Country',@seq_add_to+5,43,1,0,0,'Nationality_and_Country',1,1,'','','Patient Nationality. Type to search.',0,'','F','','',''); +#EndIf + +#IfMissingColumn patient_data nationality_country ALTER TABLE `patient_data` ADD `nationality_country` TINYTEXT; #EndIf +#IfRow2D list_options list_id lists option_id Nationality_and_Country +DELETE FROM `list_options` WHERE `list_id` = 'lists' AND `option_id` = 'Nationality_and_Country'; +#EndIf -#IfNotRow2D list_options list_id lists option_id Nationality_and_Country -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('lists','Nationality_and_Country','Nationality and Country',307,1,0,'',NULL,'',0,0,1,'',1,'2023-09-24 18:21:13'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AF','Afghan : Afghanistan',10,0,0,'','Afghanistan','4:AFG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AL','Albanian : Albania',20,0,0,'','Albania','8:ALB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AQ','Antarctic : Antarctica',30,0,0,'','Antarctica','10:ATA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DZ','Algerian : Algeria',40,0,0,'','Algeria','12:DZA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AS','American Samoan : American Samoa',50,0,0,'','American Samoa','16:ASM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AD','Andorran : Andorra',60,0,0,'','Andorra','20:AND',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AO','Angolan : Angola',70,0,0,'','Angola','24:AGO',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AG','Antiguan or Barbudan : Antigua and Barbuda',80,0,0,'','Antigua and Barbuda','28:ATG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AZ','Azerbaijani, Azeri : Azerbaijan',90,0,0,'','Azerbaijan','31:AZE',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AR','Argentine : Argentina',100,0,0,'','Argentina','32:ARG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AU','Australian : Australia',110,0,0,'','Australia','36:AUS',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AT','Austrian : Austria',120,0,0,'','Austria','40:AUT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BS','Bahamian : Bahamas',130,0,0,'','Bahamas','44:BHS',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BH','Bahraini : Bahrain',140,0,0,'','Bahrain','48:BHR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BD','Bangladeshi : Bangladesh',150,0,0,'','Bangladesh','50:BGD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AM','Armenian : Armenia',160,0,0,'','Armenia','51:ARM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BB','Barbadian : Barbados',170,0,0,'','Barbados','52:BRB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BE','Belgian : Belgium',180,0,0,'','Belgium','56:BEL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BM','Bermudian, Bermudan : Bermuda',190,0,0,'','Bermuda','60:BMU',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BT','Bhutanese : Bhutan',200,0,0,'','Bhutan','64:BTN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BO','Bolivian : Bolivia (Plurinational State of)',210,0,0,'','Bolivia (Plurinational State of)','68:BOL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BA','Bosnian or Herzegovinian : Bosnia and Herzegovina',220,0,0,'','Bosnia and Herzegovina','70:BIH',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BW','Motswana, Botswanan : Botswana',230,0,0,'','Botswana','72:BWA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BV','Bouvet Island : Bouvet Island',240,0,0,'','Bouvet Island','74:BVT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BR','Brazilian : Brazil',250,0,0,'','Brazil','76:BRA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BZ','Belizean : Belize',260,0,0,'','Belize','84:BLZ',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IO','BIOT : British Indian Ocean Territory',270,0,0,'','British Indian Ocean Territory','86:IOT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SB','Solomon Island : Solomon Islands',280,0,0,'','Solomon Islands','90:SLB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VG','British Virgin Island : Virgin Islands (British)',290,0,0,'','Virgin Islands (British)','92:VGB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BN','Bruneian : Brunei Darussalam',300,0,0,'','Brunei Darussalam','96:BRN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BG','Bulgarian : Bulgaria',310,0,0,'','Bulgaria','100:BGR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MM','Burmese : Myanmar',320,0,0,'','Myanmar','104:MMR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BI','Burundian : Burundi',330,0,0,'','Burundi','108:BDI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BY','Belarusian : Belarus',340,0,0,'','Belarus','112:BLR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KH','Cambodian : Cambodia',350,0,0,'','Cambodia','116:KHM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CM','Cameroonian : Cameroon',360,0,0,'','Cameroon','120:CMR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CA','Canadian : Canada',370,0,0,'','Canada','124:CAN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CV','Cabo Verdean : Cabo Verde',380,0,0,'','Cabo Verde','132:CPV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KY','Caymanian : Cayman Islands',390,0,0,'','Cayman Islands','136:CYM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CF','Central African : Central African Republic',400,0,0,'','Central African Republic','140:CAF',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LK','Sri Lankan : Sri Lanka',410,0,0,'','Sri Lanka','144:LKA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TD','Chadian : Chad',420,0,0,'','Chad','148:TCD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CL','Chilean : Chile',430,0,0,'','Chile','152:CHL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CN','Chinese : China',440,0,0,'','China','156:CHN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TW','Chinese, Taiwanese : Taiwan, Province of China',450,0,0,'','Taiwan, Province of China','158:TWN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CX','Christmas Island : Christmas Island',460,0,0,'','Christmas Island','162:CXR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CC','Cocos Island : Cocos (Keeling) Islands',470,0,0,'','Cocos (Keeling) Islands','166:CCK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CO','Colombian : Colombia',480,0,0,'','Colombia','170:COL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KM','Comoran, Comorian : Comoros',490,0,0,'','Comoros','174:COM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','YT','Mahoran : Mayotte',500,0,0,'','Mayotte','175:MYT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CG','Congolese : Congo (Republic of the)',510,0,0,'','Congo (Republic of the)','178:COG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CD','Congolese : Congo (Democratic Republic of the)',520,0,0,'','Congo (Democratic Republic of the)','180:COD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CK','Cook Island : Cook Islands',530,0,0,'','Cook Islands','184:COK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CR','Costa Rican : Costa Rica',540,0,0,'','Costa Rica','188:CRI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HR','Croatian : Croatia',550,0,0,'','Croatia','191:HRV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CU','Cuban : Cuba',560,0,0,'','Cuba','192:CUB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CY','Cypriot : Cyprus',570,0,0,'','Cyprus','196:CYP',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CZ','Czech : Czech Republic',580,0,0,'','Czech Republic','203:CZE',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BJ','Beninese, Beninois : Benin',590,0,0,'','Benin','204:BEN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DK','Danish : Denmark',600,0,0,'','Denmark','208:DNK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DM','Dominican : Dominica',610,0,0,'','Dominica','212:DMA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DO','Dominican : Dominican Republic',620,0,0,'','Dominican Republic','214:DOM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EC','Ecuadorian : Ecuador',630,0,0,'','Ecuador','218:ECU',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SV','Salvadoran : El Salvador',640,0,0,'','El Salvador','222:SLV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GQ','Equatorial Guinean, Equatoguinean : Equatorial Guinea',650,0,0,'','Equatorial Guinea','226:GNQ',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ET','Ethiopian : Ethiopia',660,0,0,'','Ethiopia','231:ETH',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ER','Eritrean : Eritrea',670,0,0,'','Eritrea','232:ERI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EE','Estonian : Estonia',680,0,0,'','Estonia','233:EST',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FO','Faroese : Faroe Islands',690,0,0,'','Faroe Islands','234:FRO',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FK','Falkland Island : Falkland Islands (Malvinas)',700,0,0,'','Falkland Islands (Malvinas)','238:FLK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GS','South Georgia or South Sandwich Islands : South Georgia and the South Sandwich Islands',710,0,0,'','South Georgia and the South Sandwich Islands','239:SGS',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FJ','Fijian : Fiji',720,0,0,'','Fiji','242:FJI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FI','Finnish : Finland',730,0,0,'','Finland','246:FIN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AX','Åland Island : Åland Islands',740,0,0,'','Åland Islands','248:ALA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FR','French : France',750,0,0,'','France','250:FRA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GF','French Guianese : French Guiana',760,0,0,'','French Guiana','254:GUF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PF','French Polynesian : French Polynesia',770,0,0,'','French Polynesia','258:PYF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TF','French Southern Territories : French Southern Territories',780,0,0,'','French Southern Territories','260:ATF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DJ','Djiboutian : Djibouti',790,0,0,'','Djibouti','262:DJI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GA','Gabonese : Gabon',800,0,0,'','Gabon','266:GAB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GE','Georgian : Georgia',810,0,0,'','Georgia','268:GEO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GM','Gambian : Gambia',820,0,0,'','Gambia','270:GMB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PS','Palestinian : Palestine, State of',830,0,0,'','Palestine, State of','275:PSE',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DE','German : Germany',840,0,0,'','Germany','276:DEU',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GH','Ghanaian : Ghana',850,0,0,'','Ghana','288:GHA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GI','Gibraltar : Gibraltar',860,0,0,'','Gibraltar','292:GIB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KI','I-Kiribati : Kiribati',870,0,0,'','Kiribati','296:KIR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GR','Greek, Hellenic : Greece',880,0,0,'','Greece','300:GRC',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GL','Greenlandic : Greenland',890,0,0,'','Greenland','304:GRL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GD','Grenadian : Grenada',900,0,0,'','Grenada','308:GRD',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GP','Guadeloupe : Guadeloupe',910,0,0,'','Guadeloupe','312:GLP',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GU','Guamanian, Guambat : Guam',920,0,0,'','Guam','316:GUM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GT','Guatemalan : Guatemala',930,0,0,'','Guatemala','320:GTM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GN','Guinean : Guinea',940,0,0,'','Guinea','324:GIN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GY','Guyanese : Guyana',950,0,0,'','Guyana','328:GUY',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HT','Haitian : Haiti',960,0,0,'','Haiti','332:HTI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HM','Heard Island or McDonald Islands : Heard Island and McDonald Islands',970,0,0,'','Heard Island and McDonald Islands','334:HMD',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VA','Vatican : Vatican City State',980,0,0,'','Vatican City State','336:VAT',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HN','Honduran : Honduras',990,0,0,'','Honduras','340:HND',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HK','Hong Kong, Hong Kongese : Hong Kong',1000,0,0,'','Hong Kong','344:HKG',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HU','Hungarian, Magyar : Hungary',1010,0,0,'','Hungary','348:HUN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IS','Icelandic : Iceland',1020,0,0,'','Iceland','352:ISL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IN','Indian : India',1030,0,0,'','India','356:IND',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ID','Indonesian : Indonesia',1040,0,0,'','Indonesia','360:IDN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IR','Iranian, Persian : Iran',1050,0,0,'','Iran','364:IRN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IQ','Iraqi : Iraq',1060,0,0,'','Iraq','368:IRQ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IE','Irish : Ireland',1070,0,0,'','Ireland','372:IRL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IL','Israeli : Israel',1080,0,0,'','Israel','376:ISR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IT','Italian : Italy',1090,0,0,'','Italy','380:ITA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CI','Ivorian : Côte d\'Ivoire',1100,0,0,'','Côte d\'Ivoire','384:CIV',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JM','Jamaican : Jamaica',1110,0,0,'','Jamaica','388:JAM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JP','Japanese : Japan',1120,0,0,'','Japan','392:JPN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KZ','Kazakhstani, Kazakh : Kazakhstan',1130,0,0,'','Kazakhstan','398:KAZ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JO','Jordanian : Jordan',1140,0,0,'','Jordan','400:JOR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KE','Kenyan : Kenya',1150,0,0,'','Kenya','404:KEN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KP','North Korean : Korea (Democratic People\'s Republic of)',1160,0,0,'','Korea (Democratic People\'s Republic of)','408:PRK',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KR','South Korean : Korea (Republic of)',1170,0,0,'','Korea (Republic of)','410:KOR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KW','Kuwaiti : Kuwait',1180,0,0,'','Kuwait','414:KWT',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KG','Kyrgyzstani, Kyrgyz, Kirgiz, Kirghiz : Kyrgyzstan',1190,0,0,'','Kyrgyzstan','417:KGZ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LA','Lao, Laotian : Lao People\'s Democratic Republic',1200,0,0,'','Lao People\'s Democratic Republic','418:LAO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LB','Lebanese : Lebanon',1210,0,0,'','Lebanon','422:LBN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LS','Basotho : Lesotho',1220,0,0,'','Lesotho','426:LSO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LV','Latvian : Latvia',1230,0,0,'','Latvia','428:LVA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LR','Liberian : Liberia',1240,0,0,'','Liberia','430:LBR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LY','Libyan : Libya',1250,0,0,'','Libya','434:LBY',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LI','Liechtenstein : Liechtenstein',1260,0,0,'','Liechtenstein','438:LIE',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LT','Lithuanian : Lithuania',1270,0,0,'','Lithuania','440:LTU',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LU','Luxembourg, Luxembourgish : Luxembourg',1280,0,0,'','Luxembourg','442:LUX',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MO','Macanese, Chinese : Macao',1290,0,0,'','Macao','446:MAC',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MG','Malagasy : Madagascar',1300,0,0,'','Madagascar','450:MDG',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MW','Malawian : Malawi',1310,0,0,'','Malawi','454:MWI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MY','Malaysian : Malaysia',1320,0,0,'','Malaysia','458:MYS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MV','Maldivian : Maldives',1330,0,0,'','Maldives','462:MDV',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ML','Malian, Malinese : Mali',1340,0,0,'','Mali','466:MLI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MT','Maltese : Malta',1350,0,0,'','Malta','470:MLT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MQ','Martiniquais, Martinican : Martinique',1360,0,0,'','Martinique','474:MTQ',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MR','Mauritanian : Mauritania',1370,0,0,'','Mauritania','478:MRT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MU','Mauritian : Mauritius',1380,0,0,'','Mauritius','480:MUS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MX','Mexican : Mexico',1390,0,0,'','Mexico','484:MEX',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MC','Monégasque, Monacan : Monaco',1400,0,0,'','Monaco','492:MCO',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MN','Mongolian : Mongolia',1410,0,0,'','Mongolia','496:MNG',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MD','Moldovan : Moldova (Republic of)',1420,0,0,'','Moldova (Republic of)','498:MDA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ME','Montenegrin : Montenegro',1430,0,0,'','Montenegro','499:MNE',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MS','Montserratian : Montserrat',1440,0,0,'','Montserrat','500:MSR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MA','Moroccan : Morocco',1450,0,0,'','Morocco','504:MAR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MZ','Mozambican : Mozambique',1460,0,0,'','Mozambique','508:MOZ',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','OM','Omani : Oman',1470,0,0,'','Oman','512:OMN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NA','Namibian : Namibia',1480,0,0,'','Namibia','516:NAM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NR','Nauruan : Nauru',1490,0,0,'','Nauru','520:NRU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NP','Nepali, Nepalese : Nepal',1500,0,0,'','Nepal','524:NPL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NL','Dutch, Netherlandic : Netherlands',1510,0,0,'','Netherlands','528:NLD',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CW','Curaçaoan : Curaçao',1520,0,0,'','Curaçao','531:CUW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AW','Aruban : Aruba',1530,0,0,'','Aruba','533:ABW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SX','Sint Maarten : Sint Maarten (Dutch part)',1540,0,0,'','Sint Maarten (Dutch part)','534:SXM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BQ','Bonaire : Bonaire, Sint Eustatius and Saba',1550,0,0,'','Bonaire, Sint Eustatius and Saba','535:BES',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NC','New Caledonian : New Caledonia',1560,0,0,'','New Caledonia','540:NCL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VU','Ni-Vanuatu, Vanuatuan : Vanuatu',1570,0,0,'','Vanuatu','548:VUT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NZ','New Zealand, NZ : New Zealand',1580,0,0,'','New Zealand','554:NZL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NI','Nicaraguan : Nicaragua',1590,0,0,'','Nicaragua','558:NIC',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NE','Nigerien : Niger',1600,0,0,'','Niger','562:NER',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NG','Nigerian : Nigeria',1610,0,0,'','Nigeria','566:NGA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NU','Niuean : Niue',1620,0,0,'','Niue','570:NIU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NF','Norfolk Island : Norfolk Island',1630,0,0,'','Norfolk Island','574:NFK',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NO','Norwegian : Norway',1640,0,0,'','Norway','578:NOR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MP','Northern Marianan : Northern Mariana Islands',1650,0,0,'','Northern Mariana Islands','580:MNP',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UM','American : United States Minor Outlying Islands',1660,0,0,'','United States Minor Outlying Islands','581:UMI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FM','Micronesian : Micronesia (Federated States of)',1670,0,0,'','Micronesia (Federated States of)','583:FSM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MH','Marshallese : Marshall Islands',1680,0,0,'','Marshall Islands','584:MHL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PW','Palauan : Palau',1690,0,0,'','Palau','585:PLW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PK','Pakistani : Pakistan',1700,0,0,'','Pakistan','586:PAK',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PA','Panamanian : Panama',1710,0,0,'','Panama','591:PAN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PG','Papua New Guinean, Papuan : Papua New Guinea',1720,0,0,'','Papua New Guinea','598:PNG',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PY','Paraguayan : Paraguay',1730,0,0,'','Paraguay','600:PRY',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PE','Peruvian : Peru',1740,0,0,'','Peru','604:PER',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PH','Philippine, Filipino : Philippines',1750,0,0,'','Philippines','608:PHL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PN','Pitcairn Island : Pitcairn',1760,0,0,'','Pitcairn','612:PCN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PL','Polish : Poland',1770,0,0,'','Poland','616:POL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PT','Portuguese : Portugal',1780,0,0,'','Portugal','620:PRT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GW','Bissau-Guinean : Guinea-Bissau',1790,0,0,'','Guinea-Bissau','624:GNB',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TL','Timorese : Timor-Leste',1800,0,0,'','Timor-Leste','626:TLS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PR','Puerto Rican : Puerto Rico',1810,0,0,'','Puerto Rico','630:PRI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','QA','Qatari : Qatar',1820,0,0,'','Qatar','634:QAT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RE','Réunionese, Réunionnais : Réunion',1830,0,0,'','Réunion','638:REU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RO','Romanian : Romania',1840,0,0,'','Romania','642:ROU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RU','Russian : Russian Federation',1850,0,0,'','Russian Federation','643:RUS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RW','Rwandan : Rwanda',1860,0,0,'','Rwanda','646:RWA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BL','Barthélemois : Saint Barthélemy',1870,0,0,'','Saint Barthélemy','652:BLM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SH','Saint Helenian : Saint Helena, Ascension and Tristan da Cunha',1880,0,0,'','Saint Helena, Ascension and Tristan da Cunha','654:SHN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KN','Kittitian or Nevisian : Saint Kitts and Nevis',1890,0,0,'','Saint Kitts and Nevis','659:KNA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AI','Anguillan : Anguilla',1900,0,0,'','Anguilla','660:AIA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LC','Saint Lucian : Saint Lucia',1910,0,0,'','Saint Lucia','662:LCA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MF','Saint-Martinoise : Saint Martin (French part)',1920,0,0,'','Saint Martin (French part)','663:MAF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PM','Saint-Pierrais or Miquelonnais : Saint Pierre and Miquelon',1930,0,0,'','Saint Pierre and Miquelon','666:SPM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VC','Saint Vincentian, Vincentian : Saint Vincent and the Grenadines',1940,0,0,'','Saint Vincent and the Grenadines','670:VCT',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SM','Sammarinese : San Marino',1950,0,0,'','San Marino','674:SMR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ST','São Toméan : Sao Tome and Principe',1960,0,0,'','Sao Tome and Principe','678:STP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SA','Saudi, Saudi Arabian : Saudi Arabia',1970,0,0,'','Saudi Arabia','682:SAU',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SN','Senegalese : Senegal',1980,0,0,'','Senegal','686:SEN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RS','Serbian : Serbia',1990,0,0,'','Serbia','688:SRB',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SC','Seychellois : Seychelles',2000,0,0,'','Seychelles','690:SYC',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SL','Sierra Leonean : Sierra Leone',2010,0,0,'','Sierra Leone','694:SLE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SG','Singaporean : Singapore',2020,0,0,'','Singapore','702:SGP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SK','Slovak : Slovakia',2030,0,0,'','Slovakia','703:SVK',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VN','Vietnamese : Vietnam',2040,0,0,'','Vietnam','704:VNM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SI','Slovenian, Slovene : Slovenia',2050,0,0,'','Slovenia','705:SVN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SO','Somali, Somalian : Somalia',2060,0,0,'','Somalia','706:SOM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZA','South African : South Africa',2070,0,0,'','South Africa','710:ZAF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZW','Zimbabwean : Zimbabwe',2080,0,0,'','Zimbabwe','716:ZWE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ES','Spanish : Spain',2090,0,0,'','Spain','724:ESP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SS','South Sudanese : South Sudan',2100,0,0,'','South Sudan','728:SSD',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SD','Sudanese : Sudan',2110,0,0,'','Sudan','729:SDN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EH','Sahrawi, Sahrawian, Sahraouian : Western Sahara',2120,0,0,'','Western Sahara','732:ESH',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SR','Surinamese : Suriname',2130,0,0,'','Suriname','740:SUR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SJ','Svalbard : Svalbard and Jan Mayen',2140,0,0,'','Svalbard and Jan Mayen','744:SJM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SZ','Swazi : Swaziland',2150,0,0,'','Swaziland','748:SWZ',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SE','Swedish : Sweden',2160,0,0,'','Sweden','752:SWE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CH','Swiss : Switzerland',2170,0,0,'','Switzerland','756:CHE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SY','Syrian : Syrian Arab Republic',2180,0,0,'','Syrian Arab Republic','760:SYR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TJ','Tajikistani : Tajikistan',2190,0,0,'','Tajikistan','762:TJK',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TH','Thai : Thailand',2200,0,0,'','Thailand','764:THA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TG','Togolese : Togo',2210,0,0,'','Togo','768:TGO',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TK','Tokelauan : Tokelau',2220,0,0,'','Tokelau','772:TKL',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TO','Tongan : Tonga',2230,0,0,'','Tonga','776:TON',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TT','Trinidadian or Tobagonian : Trinidad and Tobago',2240,0,0,'','Trinidad and Tobago','780:TTO',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AE','Emirati, Emirian, Emiri : United Arab Emirates',2250,0,0,'','United Arab Emirates','784:ARE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TN','Tunisian : Tunisia',2260,0,0,'','Tunisia','788:TUN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TR','Turkish : Turkey',2270,0,0,'','Turkey','792:TUR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TM','Turkmen : Turkmenistan',2280,0,0,'','Turkmenistan','795:TKM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TC','Turks and Caicos Island : Turks and Caicos Islands',2290,0,0,'','Turks and Caicos Islands','796:TCA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TV','Tuvaluan : Tuvalu',2300,0,0,'','Tuvalu','798:TUV',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UG','Ugandan : Uganda',2310,0,0,'','Uganda','800:UGA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UA','Ukrainian : Ukraine',2320,0,0,'','Ukraine','804:UKR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MK','Macedonian : Macedonia (the former Yugoslav Republic of)',2330,0,0,'','Macedonia (the former Yugoslav Republic of)','807:MKD',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EG','Egyptian : Egypt',2340,0,0,'','Egypt','818:EGY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GB','British, UK : United Kingdom of Great Britain and Northern Ireland',2350,0,0,'','United Kingdom of Great Britain and Northern Ireland','826:GBR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GG','Channel Island : Guernsey',2360,0,0,'','Guernsey','831:GGY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JE','Channel Island : Jersey',2370,0,0,'','Jersey','832:JEY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IM','Manx : Isle of Man',2380,0,0,'','Isle of Man','833:IMN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TZ','Tanzanian : Tanzania, United Republic of',2390,0,0,'','Tanzania, United Republic of','834:TZA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','US','American : United States of America',2400,0,0,'','United States of America','840:USA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VI','U.S. Virgin Island : Virgin Islands (U.S.)',2410,0,0,'','Virgin Islands (U.S.)','850:VIR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BF','Burkinabé : Burkina Faso',2420,0,0,'','Burkina Faso','854:BFA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UY','Uruguayan : Uruguay',2430,0,0,'','Uruguay','858:URY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UZ','Uzbekistani, Uzbek : Uzbekistan',2440,0,0,'','Uzbekistan','860:UZB',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VE','Venezuelan : Venezuela (Bolivarian Republic of)',2450,0,0,'','Venezuela (Bolivarian Republic of)','862:VEN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','WF','Wallis and Futuna, Wallisian or Futunan : Wallis and Futuna',2460,0,0,'','Wallis and Futuna','876:WLF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','WS','Samoan : Samoa',2470,0,0,'','Samoa','882:WSM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','YE','Yemeni : Yemen',2480,0,0,'','Yemen','887:YEM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZM','Zambian : Zambia',2490,0,0,'','Zambia','894:ZMB',0,0,1,'',1,'2023-09-24 21:07:27'); +#IfRow list_options list_id Nationality_and_Country +DELETE FROM `list_options` WHERE `list_id` LIKE 'Nationality_and_Country'; #EndIf #IfNotTable edi_sequences @@ -577,4 +332,264 @@ ALTER TABLE `x12_partners` ADD COLUMN `x12_claim_status_endpoint` tinytext; #IfMissingColumn x12_partners x12_attachment_endpoint ALTER TABLE `x12_partners` ADD COLUMN `x12_attachment_endpoint` tinytext; -#EndIf \ No newline at end of file +#EndIf + +#IfRow3D layout_options form_id DEM field_id nationality_country list_id Nationality_and_Country +UPDATE `layout_options` SET `title` = 'Nationality', `list_id` = 'nationality_with_country' WHERE `form_id` = 'DEM' AND `field_id` = 'nationality_country'; +#EndIf + +#IfNotRow2D list_options list_id lists option_id nationality_with_country +-- Combined list nationality and country -- +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('lists','nationality_with_country','Nationality',1,1,0,'',NULL,'',0,0,1,'',1,'2023-09-24 18:21:13'); +-- Items -- +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AF', 'Afghan', '10', '0', '0', '', 'Afghanistan', 'AFG:004'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AX', 'Ålandish', '20', '0', '0', '', 'Åland Islands', 'ALA:248'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AL', 'Albanian', '30', '0', '0', '', 'Albania', 'ALB:008'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DZ', 'Algerian', '40', '0', '0', '', 'Algeria', 'DZA:012'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'US', 'American', '50', '0', '0', '', 'United States', 'USA:840'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UM', 'American Islander', '60', '0', '0', '', 'United States Minor Outlying Islands', 'UMI:581'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MP', 'American Mariana Islands', '70', '0', '0', '', 'Northern Mariana Islands', 'MNP:580'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AS', 'American Samoan', '80', '0', '0', '', 'American Samoa', 'ASM:016'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AD', 'Andorran', '90', '0', '0', '', 'Andorra', 'AND:020'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AO', 'Angolan', '100', '0', '0', '', 'Angola', 'AGO:024'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AI', 'Anguillian', '110', '0', '0', '', 'Anguilla', 'AIA:660'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AQ', 'Antarctican', '120', '0', '0', '', 'Antarctica', 'ATA:010'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AG', 'Antiguan, Barbudan', '130', '0', '0', '', 'Antigua and Barbuda', 'ATG:028'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AR', 'Argentine', '140', '0', '0', '', 'Argentina', 'ARG:032'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AM', 'Armenian', '150', '0', '0', '', 'Armenia', 'ARM:051'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AW', 'Aruban', '160', '0', '0', '', 'Aruba', 'ABW:533'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AU', 'Australian', '170', '0', '0', '', 'Australia', 'AUS:036'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AT', 'Austrian', '180', '0', '0', '', 'Austria', 'AUT:040'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AZ', 'Azerbaijani', '190', '0', '0', '', 'Azerbaijan', 'AZE:031'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BS', 'Bahamian', '200', '0', '0', '', 'Bahamas', 'BHS:044'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BH', 'Bahraini', '210', '0', '0', '', 'Bahrain', 'BHR:048'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BD', 'Bangladeshi', '220', '0', '0', '', 'Bangladesh', 'BGD:050'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BB', 'Barbadian', '230', '0', '0', '', 'Barbados', 'BRB:052'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BY', 'Belarusian', '240', '0', '0', '', 'Belarus', 'BLR:112'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BE', 'Belgian', '250', '0', '0', '', 'Belgium', 'BEL:056'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BZ', 'Belizean', '260', '0', '0', '', 'Belize', 'BLZ:084'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BJ', 'Beninese', '270', '0', '0', '', 'Benin', 'BEN:204'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BM', 'Bermudian', '280', '0', '0', '', 'Bermuda', 'BMU:060'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BT', 'Bhutanese', '290', '0', '0', '', 'Bhutan', 'BTN:064'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BO', 'Bolivian', '300', '0', '0', '', 'Bolivia', 'BOL:068'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BA', 'Bosnian, Herzegovinian', '310', '0', '0', '', 'Bosnia and Herzegovina', 'BIH:070'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BR', 'Brazilian', '320', '0', '0', '', 'Brazil', 'BRA:076'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GB', 'British', '330', '0', '0', '', 'United Kingdom', 'GBR:826'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IO', 'British Indian', '1080', '0', '0', '', 'British Indian Ocean Territory', 'IOT:086'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BN', 'Bruneian', '340', '0', '0', '', 'Brunei', 'BRN:096'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BG', 'Bulgarian', '350', '0', '0', '', 'Bulgaria', 'BGR:100'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BF', 'Burkinabe', '360', '0', '0', '', 'Burkina Faso', 'BFA:854'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MM', 'Burmese', '370', '0', '0', '', 'Myanmar', 'MMR:104'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BI', 'Burundian', '380', '0', '0', '', 'Burundi', 'BDI:108'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KH', 'Cambodian', '390', '0', '0', '', 'Cambodia', 'KHM:116'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CM', 'Cameroonian', '400', '0', '0', '', 'Cameroon', 'CMR:120'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CA', 'Canadian', '410', '0', '0', '', 'Canada', 'CAN:124'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CV', 'Cape Verdian', '420', '0', '0', '', 'Cape Verde', 'CPV:132'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KY', 'Caymanian', '430', '0', '0', '', 'Cayman Islands', 'CYM:136'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CF', 'Central African', '440', '0', '0', '', 'Central African Republic', 'CAF:140'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TD', 'Chadian', '450', '0', '0', '', 'Chad', 'TCD:148'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GG', 'Channel Islander Guernsey', '470', '0', '0', '', 'Guernsey', 'GGY:831'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JE', 'Channel Islander Jersey', '460', '0', '0', '', 'Jersey', 'JEY:832'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CL', 'Chilean', '480', '0', '0', '', 'Chile', 'CHL:152'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CN', 'Chinese', '490', '0', '0', '', 'China', 'CHN:156'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CX', 'Christmas Islander', '500', '0', '0', '', 'Christmas Island', 'CXR:162'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CC', 'Cocos Islander', '510', '0', '0', '', 'Cocos (Keeling) Islands', 'CCK:166'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CO', 'Colombian', '520', '0', '0', '', 'Colombia', 'COL:170'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KM', 'Comoran', '530', '0', '0', '', 'Comoros', 'COM:174'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CG', 'Congolese', '540', '0', '0', '', 'Republic of the Congo', 'COG:178'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CK', 'Cook Islander', '550', '0', '0', '', 'Cook Islands', 'COK:184'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CR', 'Costa Rican', '560', '0', '0', '', 'Costa Rica', 'CRI:188'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HR', 'Croatian', '570', '0', '0', '', 'Croatia', 'HRV:191'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CU', 'Cuban', '580', '0', '0', '', 'Cuba', 'CUB:192'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CW', 'Curaçaoan', '590', '0', '0', '', 'Curaçao', 'CUW:531'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CY', 'Cypriot', '600', '0', '0', '', 'Cyprus', 'CYP:196'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CZ', 'Czech', '610', '0', '0', '', 'Czechia', 'CZE:203'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DK', 'Danish', '620', '0', '0', '', 'Denmark', 'DNK:208'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DJ', 'Djibouti', '630', '0', '0', '', 'Djibouti', 'DJI:262'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DO', 'Dominican', '640', '0', '0', '', 'Dominican Republic', 'DOM:214'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NL', 'Dutch', '660', '0', '0', '', 'Netherlands', 'NLD:528'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BQ', 'Dutch Caribbean ', '650', '0', '0', '', 'Caribbean Netherlands', 'BES:535'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TL', 'East Timorese', '670', '0', '0', '', 'Timor-Leste', 'TLS:626'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EC', 'Ecuadorean', '680', '0', '0', '', 'Ecuador', 'ECU:218'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EG', 'Egyptian', '690', '0', '0', '', 'Egypt', 'EGY:818'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AE', 'Emirati', '700', '0', '0', '', 'United Arab Emirates', 'ARE:784'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'English', 'English', '710', '', '', '', 'England', ''); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GQ', 'Equatorial Guinean', '720', '0', '0', '', 'Equatorial Guinea', 'GNQ:226'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ER', 'Eritrean', '730', '0', '0', '', 'Eritrea', 'ERI:232'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EE', 'Estonian', '740', '0', '0', '', 'Estonia', 'EST:233'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ET', 'Ethiopian', '750', '0', '0', '', 'Ethiopia', 'ETH:231'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FK', 'Falkland Islander', '760', '0', '0', '', 'Falkland Islands', 'FLK:238'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FO', 'Faroese', '770', '0', '0', '', 'Faroe Islands', 'FRO:234'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FJ', 'Fijian', '780', '0', '0', '', 'Fiji', 'FJI:242'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PH', 'Filipino', '790', '0', '0', '', 'Philippines', 'PHL:608'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FI', 'Finnish', '800', '0', '0', '', 'Finland', 'FIN:246'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FR', 'French', '820', '0', '0', '', 'France', 'FRA:250'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PF', 'French Polynesian', '830', '0', '0', '', 'French Polynesia', 'PYF:258'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TF', 'French Southern ', '810', '0', '0', '', 'French Southern and Antarctic Lands', 'ATF:260'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GA', 'Gabonese', '840', '0', '0', '', 'Gabon', 'GAB:266'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GM', 'Gambian', '850', '0', '0', '', 'Gambia', 'GMB:270'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GE', 'Georgian', '860', '0', '0', '', 'Georgia', 'GEO:268'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DE', 'German', '870', '0', '0', '', 'Germany', 'DEU:276'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GH', 'Ghanaian', '880', '0', '0', '', 'Ghana', 'GHA:288'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GI', 'Gibraltar', '890', '0', '0', '', 'Gibraltar', 'GIB:292'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GR', 'Greek', '900', '0', '0', '', 'Greece', 'GRC:300'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GL', 'Greenlandic', '910', '0', '0', '', 'Greenland', 'GRL:304'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GD', 'Grenadian', '920', '0', '0', '', 'Grenada', 'GRD:308'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GP', 'Guadeloupian', '930', '0', '0', '', 'Guadeloupe', 'GLP:312'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GU', 'Guamanian', '940', '0', '0', '', 'Guam', 'GUM:316'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GT', 'Guatemalan', '950', '0', '0', '', 'Guatemala', 'GTM:320'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GF', 'Guianan', '960', '0', '0', '', 'French Guiana', 'GUF:254'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GW', 'Guinea-Bissauan', '970', '0', '0', '', 'Guinea-Bissau', 'GNB:624'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GN', 'Guinean', '980', '0', '0', '', 'Guinea', 'GIN:324'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GY', 'Guyanese', '990', '0', '0', '', 'Guyana', 'GUY:328'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HT', 'Haitian', '1000', '0', '0', '', 'Haiti', 'HTI:332'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HM', 'Heard and McDonald Islander', '1010', '0', '0', '', 'Heard Island and McDonald Islands', 'HMD:334'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HN', 'Honduran', '1020', '0', '0', '', 'Honduras', 'HND:340'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HK', 'Hong Konger', '1030', '0', '0', '', 'Hong Kong', 'HKG:344'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HU', 'Hungarian', '1040', '0', '0', '', 'Hungary', 'HUN:348'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KI', 'I-Kiribati', '1050', '0', '0', '', 'Kiribati', 'KIR:296'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IS', 'Icelander', '1060', '0', '0', '', 'Iceland', 'ISL:352'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IN', 'Indian', '1070', '0', '0', '', 'India', 'IND:356'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ID', 'Indonesian', '1090', '0', '0', '', 'Indonesia', 'IDN:360'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IR', 'Iranian', '1100', '0', '0', '', 'Iran', 'IRN:364'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IQ', 'Iraqi', '1110', '0', '0', '', 'Iraq', 'IRQ:368'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IE', 'Irish', '1120', '0', '0', '', 'Ireland', 'IRL:372'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IL', 'Israeli', '1130', '0', '0', '', 'Israel', 'ISR:376'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IT', 'Italian', '1140', '0', '0', '', 'Italy', 'ITA:380'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CI', 'Ivorian', '1150', '0', '0', '', 'Ivory Coast', 'CIV:384'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JM', 'Jamaican', '1160', '0', '0', '', 'Jamaica', 'JAM:388'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JP', 'Japanese', '1170', '0', '0', '', 'Japan', 'JPN:392'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JO', 'Jordanian', '1180', '0', '0', '', 'Jordan', 'JOR:400'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KZ', 'Kazakhstani', '1190', '0', '0', '', 'Kazakhstan', 'KAZ:398'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KE', 'Kenyan', '1200', '0', '0', '', 'Kenya', 'KEN:404'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KG', 'Kirghiz', '1210', '0', '0', '', 'Kyrgyzstan', 'KGZ:417'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KN', 'Kittitian or Nevisian', '1220', '0', '0', '', 'Saint Kitts and Nevis', 'KNA:659'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'XK', 'Kosovar', '1230', '0', '0', '', 'Kosovo', 'UNK:'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KW', 'Kuwaiti', '1240', '0', '0', '', 'Kuwait', 'KWT:414'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LA', 'Laotian', '1250', '0', '0', '', 'Laos', 'LAO:418'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LV', 'Latvian', '1260', '0', '0', '', 'Latvia', 'LVA:428'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LB', 'Lebanese', '1270', '0', '0', '', 'Lebanon', 'LBN:422'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LR', 'Liberian', '1280', '0', '0', '', 'Liberia', 'LBR:430'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LY', 'Libyan', '1290', '0', '0', '', 'Libya', 'LBY:434'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LI', 'Liechtensteiner', '1300', '0', '0', '', 'Liechtenstein', 'LIE:438'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LT', 'Lithuanian', '1310', '0', '0', '', 'Lithuania', 'LTU:440'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LU', 'Luxembourger', '1320', '0', '0', '', 'Luxembourg', 'LUX:442'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MO', 'Macanese', '1330', '0', '0', '', 'Macau', 'MAC:446'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MK', 'Macedonian', '1340', '0', '0', '', 'North Macedonia', 'MKD:807'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'YT', 'Mahoran', '1350', '0', '0', '', 'Mayotte', 'MYT:175'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MG', 'Malagasy', '1360', '0', '0', '', 'Madagascar', 'MDG:450'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MW', 'Malawian', '1370', '0', '0', '', 'Malawi', 'MWI:454'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MY', 'Malaysian', '1380', '0', '0', '', 'Malaysia', 'MYS:458'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MV', 'Maldivan', '1390', '0', '0', '', 'Maldives', 'MDV:462'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ML', 'Malian', '1400', '0', '0', '', 'Mali', 'MLI:466'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MT', 'Maltese', '1410', '0', '0', '', 'Malta', 'MLT:470'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IM', 'Manx', '1420', '0', '0', '', 'Isle of Man', 'IMN:833'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MH', 'Marshallese', '1430', '0', '0', '', 'Marshall Islands', 'MHL:584'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MQ', 'Martinican', '1440', '0', '0', '', 'Martinique', 'MTQ:474'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MR', 'Mauritanian', '1450', '0', '0', '', 'Mauritania', 'MRT:478'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MU', 'Mauritian', '1460', '0', '0', '', 'Mauritius', 'MUS:480'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MX', 'Mexican', '1470', '0', '0', '', 'Mexico', 'MEX:484'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FM', 'Micronesian', '1480', '0', '0', '', 'Micronesia', 'FSM:583'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MD', 'Moldovan', '1490', '0', '0', '', 'Moldova', 'MDA:498'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MC', 'Monegasque', '1500', '0', '0', '', 'Monaco', 'MCO:492'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MN', 'Mongolian', '1510', '0', '0', '', 'Mongolia', 'MNG:496'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ME', 'Montenegrin', '1520', '0', '0', '', 'Montenegro', 'MNE:499'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MS', 'Montserratian', '1530', '0', '0', '', 'Montserrat', 'MSR:500'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MA', 'Moroccan', '1540', '0', '0', '', 'Morocco', 'MAR:504'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LS', 'Mosotho', '1550', '0', '0', '', 'Lesotho', 'LSO:426'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BW', 'Motswana', '1560', '0', '0', '', 'Botswana', 'BWA:072'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MZ', 'Mozambican', '1570', '0', '0', '', 'Mozambique', 'MOZ:508'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NA', 'Namibian', '1580', '0', '0', '', 'Namibia', 'NAM:516'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NR', 'Nauruan', '1590', '0', '0', '', 'Nauru', 'NRU:520'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NP', 'Nepalese', '1600', '0', '0', '', 'Nepal', 'NPL:524'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NC', 'New Caledonian', '1610', '0', '0', '', 'New Caledonia', 'NCL:540'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NZ', 'New Zealander', '1620', '0', '0', '', 'New Zealand', 'NZL:554'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VU', 'Ni-Vanuatu', '1630', '0', '0', '', 'Vanuatu', 'VUT:548'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NI', 'Nicaraguan', '1640', '0', '0', '', 'Nicaragua', 'NIC:558'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NG', 'Nigerian', '1650', '0', '0', '', 'Nigeria', 'NGA:566'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NE', 'Nigerien', '1660', '0', '0', '', 'Niger', 'NER:562'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NU', 'Niuean', '1670', '0', '0', '', 'Niue', 'NIU:570'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NF', 'Norfolk Islander', '1680', '0', '0', '', 'Norfolk Island', 'NFK:574'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KP', 'North Korean', '1690', '0', '0', '', 'North Korea', 'PRK:408'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NO', 'Norwegian', '1710', '0', '0', '', 'Norway', 'NOR:578'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BV', 'Norwegian Bouvet', '1720', '0', '0', '', 'Bouvet Island', 'BVT:074'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SJ', 'Norwegian Svalbard and Jan Mayen', '1700', '0', '0', '', 'Svalbard and Jan Mayen', 'SJM:744'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'OM', 'Omani', '1730', '0', '0', '', 'Oman', 'OMN:512'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PK', 'Pakistani', '1740', '0', '0', '', 'Pakistan', 'PAK:586'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PW', 'Palauan', '1750', '0', '0', '', 'Palau', 'PLW:585'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PS', 'Palestinian', '1760', '0', '0', '', 'Palestine', 'PSE:275'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PA', 'Panamanian', '1770', '0', '0', '', 'Panama', 'PAN:591'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PG', 'Papua New Guinean', '1780', '0', '0', '', 'Papua New Guinea', 'PNG:598'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PY', 'Paraguayan', '1790', '0', '0', '', 'Paraguay', 'PRY:600'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PE', 'Peruvian', '1800', '0', '0', '', 'Peru', 'PER:604'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PN', 'Pitcairn Islander', '1810', '0', '0', '', 'Pitcairn Islands', 'PCN:612'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PL', 'Polish', '1820', '0', '0', '', 'Poland', 'POL:616'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PT', 'Portuguese', '1830', '0', '0', '', 'Portugal', 'PRT:620'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PR', 'Puerto Rican', '1840', '0', '0', '', 'Puerto Rico', 'PRI:630'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'QA', 'Qatari', '1850', '0', '0', '', 'Qatar', 'QAT:634'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RE', 'Réunionese', '1860', '0', '0', '', 'Réunion', 'REU:638'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RO', 'Romanian', '1870', '0', '0', '', 'Romania', 'ROU:642'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RU', 'Russian', '1880', '0', '0', '', 'Russia', 'RUS:643'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RW', 'Rwandan', '1890', '0', '0', '', 'Rwanda', 'RWA:646'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EH', 'Sahrawi', '1900', '0', '0', '', 'Western Sahara', 'ESH:732'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BL', 'Saint Barthélemy Islander', '1910', '0', '0', '', 'Saint Barthélemy', 'BLM:652'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SH', 'Saint Helenian', '1920', '0', '0', '', 'Saint Helena, Ascension and Tristan da Cunha', 'SHN:654'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LC', 'Saint Lucian', '1930', '0', '0', '', 'Saint Lucia', 'LCA:662'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MF', 'Saint Martin Islander', '1940', '0', '0', '', 'Saint Martin', 'MAF:663'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VC', 'Saint Vincentian', '1950', '0', '0', '', 'Saint Vincent and the Grenadines', 'VCT:670'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PM', 'Saint-Pierrais, Miquelonnais', '1960', '0', '0', '', 'Saint Pierre and Miquelon', 'SPM:666'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SV', 'Salvadoran', '1970', '0', '0', '', 'El Salvador', 'SLV:222'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SM', 'Sammarinese', '1980', '0', '0', '', 'San Marino', 'SMR:674'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'WS', 'Samoan', '1990', '0', '0', '', 'Samoa', 'WSM:882'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ST', 'Sao Tomean', '2000', '0', '0', '', 'São Tomé and Príncipe', 'STP:678'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SA', 'Saudi Arabian', '2010', '0', '0', '', 'Saudi Arabia', 'SAU:682'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'Scottish', 'Scottish', '2020', '0', '0', '', 'Scotland', ''); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SN', 'Senegalese', '2030', '0', '0', '', 'Senegal', 'SEN:686'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RS', 'Serbian', '2040', '0', '0', '', 'Serbia', 'SRB:688'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SC', 'Seychellois', '2050', '0', '0', '', 'Seychelles', 'SYC:690'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SL', 'Sierra Leonean', '2060', '0', '0', '', 'Sierra Leone', 'SLE:694'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SG', 'Singaporean', '2070', '0', '0', '', 'Singapore', 'SGP:702'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SK', 'Slovak', '2080', '0', '0', '', 'Slovakia', 'SVK:703'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SI', 'Slovene', '2090', '0', '0', '', 'Slovenia', 'SVN:705'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SB', 'Solomon Islander', '2100', '0', '0', '', 'Solomon Islands', 'SLB:090'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SO', 'Somali', '2110', '0', '0', '', 'Somalia', 'SOM:706'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZA', 'South African', '2120', '0', '0', '', 'South Africa', 'ZAF:710'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GS', 'South Georgian South Sandwich Islander', '2130', '0', '0', '', 'South Georgia', 'SGS:239'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KR', 'South Korean', '2140', '0', '0', '', 'South Korea', 'KOR:410'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SS', 'South Sudanese', '2150', '0', '0', '', 'South Sudan', 'SSD:728'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ES', 'Spanish', '2160', '0', '0', '', 'Spain', 'ESP:724'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LK', 'Sri Lankan', '2170', '0', '0', '', 'Sri Lanka', 'LKA:144'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SX', 'St. Maartener', '2180', '0', '0', '', 'Sint Maarten', 'SXM:534'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SD', 'Sudanese', '2190', '0', '0', '', 'Sudan', 'SDN:729'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SR', 'Surinamer', '2200', '0', '0', '', 'Suriname', 'SUR:740'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SZ', 'Swazi', '2210', '0', '0', '', 'Eswatini', 'SWZ:748'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SE', 'Swedish', '2220', '0', '0', '', 'Sweden', 'SWE:752'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CH', 'Swiss', '2230', '0', '0', '', 'Switzerland', 'CHE:756'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SY', 'Syrian', '2240', '0', '0', '', 'Syria', 'SYR:760'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TJ', 'Tadzhik', '2250', '0', '0', '', 'Tajikistan', 'TJK:762'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TW', 'Taiwanese', '2260', '0', '0', '', 'Taiwan', 'TWN:158'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TZ', 'Tanzanian', '2270', '0', '0', '', 'Tanzania', 'TZA:834'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TH', 'Thai', '2280', '0', '0', '', 'Thailand', 'THA:764'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TG', 'Togolese', '2290', '0', '0', '', 'Togo', 'TGO:768'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TK', 'Tokelauan', '2300', '0', '0', '', 'Tokelau', 'TKL:772'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TO', 'Tongan', '2310', '0', '0', '', 'Tonga', 'TON:776'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TT', 'Trinidadian', '2320', '0', '0', '', 'Trinidad and Tobago', 'TTO:780'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TN', 'Tunisian', '2330', '0', '0', '', 'Tunisia', 'TUN:788'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TR', 'Turkish', '2340', '0', '0', '', 'Turkey', 'TUR:792'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TM', 'Turkmen', '2350', '0', '0', '', 'Turkmenistan', 'TKM:795'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TC', 'Turks and Caicos Islander', '2360', '0', '0', '', 'Turks and Caicos Islands', 'TCA:796'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TV', 'Tuvaluan', '2370', '0', '0', '', 'Tuvalu', 'TUV:798'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UG', 'Ugandan', '2380', '0', '0', '', 'Uganda', 'UGA:800'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UA', 'Ukrainian', '2390', '0', '0', '', 'Ukraine', 'UKR:804'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UY', 'Uruguayan', '2400', '0', '0', '', 'Uruguay', 'URY:858'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UZ', 'Uzbekistani', '2410', '0', '0', '', 'Uzbekistan', 'UZB:860'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VA', 'Vatican', '2420', '0', '0', '', 'Vatican City', 'VAT:336'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VE', 'Venezuelan', '2430', '0', '0', '', 'Venezuela', 'VEN:862'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VN', 'Vietnamese', '2440', '0', '0', '', 'Vietnam', 'VNM:704'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VG', 'Virgin Islander British', '2450', '0', '0', '', 'British Virgin Islands', 'VGB:092'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VI', 'Virgin Islander US', '2460', '0', '0', '', 'United States Virgin Islands', 'VIR:850'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'WF', 'Wallis and Futuna Islander', '2470', '0', '0', '', 'Wallis and Futuna', 'WLF:876'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'YE', 'Yemeni', '2480', '0', '0', '', 'Yemen', 'YEM:887'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZM', 'Zambian', '2490', '0', '0', '', 'Zambia', 'ZMB:894'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZW', 'Zimbabwean', '2500', '0', '0', '', 'Zimbabwe', 'ZWE:716'); +#EndIf diff --git a/sql/database.sql b/sql/database.sql index 78a812a23f3..3672c8c1fb8 100644 --- a/sql/database.sql +++ b/sql/database.sql @@ -3605,7 +3605,7 @@ INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`dat INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'language', '5', 'Language', 1, 26, 1, 0, 0, 'language', 1, 1, '', '', 'Preferred Language', 0); INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'ethnicity', '5', 'Ethnicity', 2, 33, 1, 0, 0, 'ethnicity', 1, 1, '', '[\"EP\"]', 'Ethnicity', 0); INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'race', '5', 'Race', 3, 33, 1, 0, 0, 'race', 1, 1, '', '[\"EP\"]', 'Multi Select race and or race category that describes patient race', 0); -INSERT INTO `layout_options` (`form_id`, `field_id`, `group_id`, `title`, `seq`, `data_type`, `uor`, `fld_length`, `max_length`, `list_id`, `titlecols`, `datacols`, `default_value`, `edit_options`, `description`, `fld_rows`, `list_backup_id`, `source`, `conditions`, `validation`, `codes`) VALUES ('DEM','nationality_country','5','Nationality and Country',4,43,1,0,0,'Nationality_and_Country',1,1,'','','Patient Nationality. Type to search.',0,'','F','','',''); +INSERT INTO `layout_options` (`form_id`, `field_id`, `group_id`, `title`, `seq`, `data_type`, `uor`, `fld_length`, `max_length`, `list_id`, `titlecols`, `datacols`, `default_value`, `edit_options`, `description`, `fld_rows`, `list_backup_id`, `source`, `conditions`, `validation`, `codes`) VALUES ('DEM','nationality_country','5','Nationality',4,43,1,0,0,'nationality_with_country',1,1,'','','Patient Nationality. Type to search.',0,'','F','','',''); INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'financial_review', '5', 'Financial Review Date', 5, 2, 1, 10, 20, '', 1, 1, '', 'D', 'Financial Review Date', 0); INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'family_size', '5', 'Family Size', 6, 2, 1, 20, 63, '', 1, 1, '', '', 'Family Size', 0); INSERT INTO `layout_options` (`form_id`,`field_id`,`group_id`,`title`,`seq`,`data_type`,`uor`,`fld_length`,`max_length`,`list_id`,`titlecols`,`datacols`,`default_value`,`edit_options`,`description`,`fld_rows`) VALUES ('DEM', 'monthly_income', '5', 'Monthly Income', 7, 2, 1, 20, 63, '', 1, 1, '', '', 'Monthly Income', 0); @@ -13366,253 +13366,254 @@ CREATE TABLE recent_patients ( PRIMARY KEY (user_id) ) ENGINE=InnoDB; -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('lists','Nationality_and_Country','Nationality and Country',307,1,0,'',NULL,'',0,0,1,'',1,'2023-09-24 18:21:13'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AF','Afghan : Afghanistan',10,0,0,'','Afghanistan','4:AFG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AL','Albanian : Albania',20,0,0,'','Albania','8:ALB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AQ','Antarctic : Antarctica',30,0,0,'','Antarctica','10:ATA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DZ','Algerian : Algeria',40,0,0,'','Algeria','12:DZA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AS','American Samoan : American Samoa',50,0,0,'','American Samoa','16:ASM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AD','Andorran : Andorra',60,0,0,'','Andorra','20:AND',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AO','Angolan : Angola',70,0,0,'','Angola','24:AGO',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AG','Antiguan or Barbudan : Antigua and Barbuda',80,0,0,'','Antigua and Barbuda','28:ATG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AZ','Azerbaijani, Azeri : Azerbaijan',90,0,0,'','Azerbaijan','31:AZE',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AR','Argentine : Argentina',100,0,0,'','Argentina','32:ARG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AU','Australian : Australia',110,0,0,'','Australia','36:AUS',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AT','Austrian : Austria',120,0,0,'','Austria','40:AUT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BS','Bahamian : Bahamas',130,0,0,'','Bahamas','44:BHS',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BH','Bahraini : Bahrain',140,0,0,'','Bahrain','48:BHR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BD','Bangladeshi : Bangladesh',150,0,0,'','Bangladesh','50:BGD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AM','Armenian : Armenia',160,0,0,'','Armenia','51:ARM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BB','Barbadian : Barbados',170,0,0,'','Barbados','52:BRB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BE','Belgian : Belgium',180,0,0,'','Belgium','56:BEL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BM','Bermudian, Bermudan : Bermuda',190,0,0,'','Bermuda','60:BMU',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BT','Bhutanese : Bhutan',200,0,0,'','Bhutan','64:BTN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BO','Bolivian : Bolivia (Plurinational State of)',210,0,0,'','Bolivia (Plurinational State of)','68:BOL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BA','Bosnian or Herzegovinian : Bosnia and Herzegovina',220,0,0,'','Bosnia and Herzegovina','70:BIH',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BW','Motswana, Botswanan : Botswana',230,0,0,'','Botswana','72:BWA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BV','Bouvet Island : Bouvet Island',240,0,0,'','Bouvet Island','74:BVT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BR','Brazilian : Brazil',250,0,0,'','Brazil','76:BRA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BZ','Belizean : Belize',260,0,0,'','Belize','84:BLZ',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IO','BIOT : British Indian Ocean Territory',270,0,0,'','British Indian Ocean Territory','86:IOT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SB','Solomon Island : Solomon Islands',280,0,0,'','Solomon Islands','90:SLB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VG','British Virgin Island : Virgin Islands (British)',290,0,0,'','Virgin Islands (British)','92:VGB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BN','Bruneian : Brunei Darussalam',300,0,0,'','Brunei Darussalam','96:BRN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BG','Bulgarian : Bulgaria',310,0,0,'','Bulgaria','100:BGR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MM','Burmese : Myanmar',320,0,0,'','Myanmar','104:MMR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BI','Burundian : Burundi',330,0,0,'','Burundi','108:BDI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BY','Belarusian : Belarus',340,0,0,'','Belarus','112:BLR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KH','Cambodian : Cambodia',350,0,0,'','Cambodia','116:KHM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CM','Cameroonian : Cameroon',360,0,0,'','Cameroon','120:CMR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CA','Canadian : Canada',370,0,0,'','Canada','124:CAN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CV','Cabo Verdean : Cabo Verde',380,0,0,'','Cabo Verde','132:CPV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KY','Caymanian : Cayman Islands',390,0,0,'','Cayman Islands','136:CYM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CF','Central African : Central African Republic',400,0,0,'','Central African Republic','140:CAF',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LK','Sri Lankan : Sri Lanka',410,0,0,'','Sri Lanka','144:LKA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TD','Chadian : Chad',420,0,0,'','Chad','148:TCD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CL','Chilean : Chile',430,0,0,'','Chile','152:CHL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CN','Chinese : China',440,0,0,'','China','156:CHN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TW','Chinese, Taiwanese : Taiwan, Province of China',450,0,0,'','Taiwan, Province of China','158:TWN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CX','Christmas Island : Christmas Island',460,0,0,'','Christmas Island','162:CXR',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CC','Cocos Island : Cocos (Keeling) Islands',470,0,0,'','Cocos (Keeling) Islands','166:CCK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CO','Colombian : Colombia',480,0,0,'','Colombia','170:COL',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KM','Comoran, Comorian : Comoros',490,0,0,'','Comoros','174:COM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','YT','Mahoran : Mayotte',500,0,0,'','Mayotte','175:MYT',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CG','Congolese : Congo (Republic of the)',510,0,0,'','Congo (Republic of the)','178:COG',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CD','Congolese : Congo (Democratic Republic of the)',520,0,0,'','Congo (Democratic Republic of the)','180:COD',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CK','Cook Island : Cook Islands',530,0,0,'','Cook Islands','184:COK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CR','Costa Rican : Costa Rica',540,0,0,'','Costa Rica','188:CRI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HR','Croatian : Croatia',550,0,0,'','Croatia','191:HRV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CU','Cuban : Cuba',560,0,0,'','Cuba','192:CUB',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CY','Cypriot : Cyprus',570,0,0,'','Cyprus','196:CYP',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CZ','Czech : Czech Republic',580,0,0,'','Czech Republic','203:CZE',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BJ','Beninese, Beninois : Benin',590,0,0,'','Benin','204:BEN',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DK','Danish : Denmark',600,0,0,'','Denmark','208:DNK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DM','Dominican : Dominica',610,0,0,'','Dominica','212:DMA',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DO','Dominican : Dominican Republic',620,0,0,'','Dominican Republic','214:DOM',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EC','Ecuadorian : Ecuador',630,0,0,'','Ecuador','218:ECU',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SV','Salvadoran : El Salvador',640,0,0,'','El Salvador','222:SLV',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GQ','Equatorial Guinean, Equatoguinean : Equatorial Guinea',650,0,0,'','Equatorial Guinea','226:GNQ',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ET','Ethiopian : Ethiopia',660,0,0,'','Ethiopia','231:ETH',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ER','Eritrean : Eritrea',670,0,0,'','Eritrea','232:ERI',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EE','Estonian : Estonia',680,0,0,'','Estonia','233:EST',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FO','Faroese : Faroe Islands',690,0,0,'','Faroe Islands','234:FRO',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FK','Falkland Island : Falkland Islands (Malvinas)',700,0,0,'','Falkland Islands (Malvinas)','238:FLK',0,0,1,'',1,'2023-09-24 21:07:24'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GS','South Georgia or South Sandwich Islands : South Georgia and the South Sandwich Islands',710,0,0,'','South Georgia and the South Sandwich Islands','239:SGS',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FJ','Fijian : Fiji',720,0,0,'','Fiji','242:FJI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FI','Finnish : Finland',730,0,0,'','Finland','246:FIN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AX','Åland Island : Åland Islands',740,0,0,'','Åland Islands','248:ALA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FR','French : France',750,0,0,'','France','250:FRA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GF','French Guianese : French Guiana',760,0,0,'','French Guiana','254:GUF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PF','French Polynesian : French Polynesia',770,0,0,'','French Polynesia','258:PYF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TF','French Southern Territories : French Southern Territories',780,0,0,'','French Southern Territories','260:ATF',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DJ','Djiboutian : Djibouti',790,0,0,'','Djibouti','262:DJI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GA','Gabonese : Gabon',800,0,0,'','Gabon','266:GAB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GE','Georgian : Georgia',810,0,0,'','Georgia','268:GEO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GM','Gambian : Gambia',820,0,0,'','Gambia','270:GMB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PS','Palestinian : Palestine, State of',830,0,0,'','Palestine, State of','275:PSE',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','DE','German : Germany',840,0,0,'','Germany','276:DEU',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GH','Ghanaian : Ghana',850,0,0,'','Ghana','288:GHA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GI','Gibraltar : Gibraltar',860,0,0,'','Gibraltar','292:GIB',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KI','I-Kiribati : Kiribati',870,0,0,'','Kiribati','296:KIR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GR','Greek, Hellenic : Greece',880,0,0,'','Greece','300:GRC',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GL','Greenlandic : Greenland',890,0,0,'','Greenland','304:GRL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GD','Grenadian : Grenada',900,0,0,'','Grenada','308:GRD',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GP','Guadeloupe : Guadeloupe',910,0,0,'','Guadeloupe','312:GLP',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GU','Guamanian, Guambat : Guam',920,0,0,'','Guam','316:GUM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GT','Guatemalan : Guatemala',930,0,0,'','Guatemala','320:GTM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GN','Guinean : Guinea',940,0,0,'','Guinea','324:GIN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GY','Guyanese : Guyana',950,0,0,'','Guyana','328:GUY',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HT','Haitian : Haiti',960,0,0,'','Haiti','332:HTI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HM','Heard Island or McDonald Islands : Heard Island and McDonald Islands',970,0,0,'','Heard Island and McDonald Islands','334:HMD',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VA','Vatican : Vatican City State',980,0,0,'','Vatican City State','336:VAT',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HN','Honduran : Honduras',990,0,0,'','Honduras','340:HND',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HK','Hong Kong, Hong Kongese : Hong Kong',1000,0,0,'','Hong Kong','344:HKG',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','HU','Hungarian, Magyar : Hungary',1010,0,0,'','Hungary','348:HUN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IS','Icelandic : Iceland',1020,0,0,'','Iceland','352:ISL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IN','Indian : India',1030,0,0,'','India','356:IND',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ID','Indonesian : Indonesia',1040,0,0,'','Indonesia','360:IDN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IR','Iranian, Persian : Iran',1050,0,0,'','Iran','364:IRN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IQ','Iraqi : Iraq',1060,0,0,'','Iraq','368:IRQ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IE','Irish : Ireland',1070,0,0,'','Ireland','372:IRL',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IL','Israeli : Israel',1080,0,0,'','Israel','376:ISR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IT','Italian : Italy',1090,0,0,'','Italy','380:ITA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CI','Ivorian : Côte d\'Ivoire',1100,0,0,'','Côte d\'Ivoire','384:CIV',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JM','Jamaican : Jamaica',1110,0,0,'','Jamaica','388:JAM',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JP','Japanese : Japan',1120,0,0,'','Japan','392:JPN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KZ','Kazakhstani, Kazakh : Kazakhstan',1130,0,0,'','Kazakhstan','398:KAZ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JO','Jordanian : Jordan',1140,0,0,'','Jordan','400:JOR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KE','Kenyan : Kenya',1150,0,0,'','Kenya','404:KEN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KP','North Korean : Korea (Democratic People\'s Republic of)',1160,0,0,'','Korea (Democratic People\'s Republic of)','408:PRK',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KR','South Korean : Korea (Republic of)',1170,0,0,'','Korea (Republic of)','410:KOR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KW','Kuwaiti : Kuwait',1180,0,0,'','Kuwait','414:KWT',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KG','Kyrgyzstani, Kyrgyz, Kirgiz, Kirghiz : Kyrgyzstan',1190,0,0,'','Kyrgyzstan','417:KGZ',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LA','Lao, Laotian : Lao People\'s Democratic Republic',1200,0,0,'','Lao People\'s Democratic Republic','418:LAO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LB','Lebanese : Lebanon',1210,0,0,'','Lebanon','422:LBN',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LS','Basotho : Lesotho',1220,0,0,'','Lesotho','426:LSO',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LV','Latvian : Latvia',1230,0,0,'','Latvia','428:LVA',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LR','Liberian : Liberia',1240,0,0,'','Liberia','430:LBR',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LY','Libyan : Libya',1250,0,0,'','Libya','434:LBY',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LI','Liechtenstein : Liechtenstein',1260,0,0,'','Liechtenstein','438:LIE',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LT','Lithuanian : Lithuania',1270,0,0,'','Lithuania','440:LTU',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LU','Luxembourg, Luxembourgish : Luxembourg',1280,0,0,'','Luxembourg','442:LUX',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MO','Macanese, Chinese : Macao',1290,0,0,'','Macao','446:MAC',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MG','Malagasy : Madagascar',1300,0,0,'','Madagascar','450:MDG',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MW','Malawian : Malawi',1310,0,0,'','Malawi','454:MWI',0,0,1,'',1,'2023-09-24 21:07:25'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MY','Malaysian : Malaysia',1320,0,0,'','Malaysia','458:MYS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MV','Maldivian : Maldives',1330,0,0,'','Maldives','462:MDV',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ML','Malian, Malinese : Mali',1340,0,0,'','Mali','466:MLI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MT','Maltese : Malta',1350,0,0,'','Malta','470:MLT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MQ','Martiniquais, Martinican : Martinique',1360,0,0,'','Martinique','474:MTQ',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MR','Mauritanian : Mauritania',1370,0,0,'','Mauritania','478:MRT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MU','Mauritian : Mauritius',1380,0,0,'','Mauritius','480:MUS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MX','Mexican : Mexico',1390,0,0,'','Mexico','484:MEX',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MC','Monégasque, Monacan : Monaco',1400,0,0,'','Monaco','492:MCO',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MN','Mongolian : Mongolia',1410,0,0,'','Mongolia','496:MNG',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MD','Moldovan : Moldova (Republic of)',1420,0,0,'','Moldova (Republic of)','498:MDA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ME','Montenegrin : Montenegro',1430,0,0,'','Montenegro','499:MNE',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MS','Montserratian : Montserrat',1440,0,0,'','Montserrat','500:MSR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MA','Moroccan : Morocco',1450,0,0,'','Morocco','504:MAR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MZ','Mozambican : Mozambique',1460,0,0,'','Mozambique','508:MOZ',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','OM','Omani : Oman',1470,0,0,'','Oman','512:OMN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NA','Namibian : Namibia',1480,0,0,'','Namibia','516:NAM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NR','Nauruan : Nauru',1490,0,0,'','Nauru','520:NRU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NP','Nepali, Nepalese : Nepal',1500,0,0,'','Nepal','524:NPL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NL','Dutch, Netherlandic : Netherlands',1510,0,0,'','Netherlands','528:NLD',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CW','Curaçaoan : Curaçao',1520,0,0,'','Curaçao','531:CUW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AW','Aruban : Aruba',1530,0,0,'','Aruba','533:ABW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SX','Sint Maarten : Sint Maarten (Dutch part)',1540,0,0,'','Sint Maarten (Dutch part)','534:SXM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BQ','Bonaire : Bonaire, Sint Eustatius and Saba',1550,0,0,'','Bonaire, Sint Eustatius and Saba','535:BES',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NC','New Caledonian : New Caledonia',1560,0,0,'','New Caledonia','540:NCL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VU','Ni-Vanuatu, Vanuatuan : Vanuatu',1570,0,0,'','Vanuatu','548:VUT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NZ','New Zealand, NZ : New Zealand',1580,0,0,'','New Zealand','554:NZL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NI','Nicaraguan : Nicaragua',1590,0,0,'','Nicaragua','558:NIC',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NE','Nigerien : Niger',1600,0,0,'','Niger','562:NER',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NG','Nigerian : Nigeria',1610,0,0,'','Nigeria','566:NGA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NU','Niuean : Niue',1620,0,0,'','Niue','570:NIU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NF','Norfolk Island : Norfolk Island',1630,0,0,'','Norfolk Island','574:NFK',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','NO','Norwegian : Norway',1640,0,0,'','Norway','578:NOR',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MP','Northern Marianan : Northern Mariana Islands',1650,0,0,'','Northern Mariana Islands','580:MNP',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UM','American : United States Minor Outlying Islands',1660,0,0,'','United States Minor Outlying Islands','581:UMI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','FM','Micronesian : Micronesia (Federated States of)',1670,0,0,'','Micronesia (Federated States of)','583:FSM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MH','Marshallese : Marshall Islands',1680,0,0,'','Marshall Islands','584:MHL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PW','Palauan : Palau',1690,0,0,'','Palau','585:PLW',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PK','Pakistani : Pakistan',1700,0,0,'','Pakistan','586:PAK',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PA','Panamanian : Panama',1710,0,0,'','Panama','591:PAN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PG','Papua New Guinean, Papuan : Papua New Guinea',1720,0,0,'','Papua New Guinea','598:PNG',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PY','Paraguayan : Paraguay',1730,0,0,'','Paraguay','600:PRY',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PE','Peruvian : Peru',1740,0,0,'','Peru','604:PER',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PH','Philippine, Filipino : Philippines',1750,0,0,'','Philippines','608:PHL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PN','Pitcairn Island : Pitcairn',1760,0,0,'','Pitcairn','612:PCN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PL','Polish : Poland',1770,0,0,'','Poland','616:POL',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PT','Portuguese : Portugal',1780,0,0,'','Portugal','620:PRT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GW','Bissau-Guinean : Guinea-Bissau',1790,0,0,'','Guinea-Bissau','624:GNB',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TL','Timorese : Timor-Leste',1800,0,0,'','Timor-Leste','626:TLS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PR','Puerto Rican : Puerto Rico',1810,0,0,'','Puerto Rico','630:PRI',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','QA','Qatari : Qatar',1820,0,0,'','Qatar','634:QAT',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RE','Réunionese, Réunionnais : Réunion',1830,0,0,'','Réunion','638:REU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RO','Romanian : Romania',1840,0,0,'','Romania','642:ROU',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RU','Russian : Russian Federation',1850,0,0,'','Russian Federation','643:RUS',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RW','Rwandan : Rwanda',1860,0,0,'','Rwanda','646:RWA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BL','Barthélemois : Saint Barthélemy',1870,0,0,'','Saint Barthélemy','652:BLM',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SH','Saint Helenian : Saint Helena, Ascension and Tristan da Cunha',1880,0,0,'','Saint Helena, Ascension and Tristan da Cunha','654:SHN',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','KN','Kittitian or Nevisian : Saint Kitts and Nevis',1890,0,0,'','Saint Kitts and Nevis','659:KNA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AI','Anguillan : Anguilla',1900,0,0,'','Anguilla','660:AIA',0,0,1,'',1,'2023-09-24 21:07:26'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','LC','Saint Lucian : Saint Lucia',1910,0,0,'','Saint Lucia','662:LCA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MF','Saint-Martinoise : Saint Martin (French part)',1920,0,0,'','Saint Martin (French part)','663:MAF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','PM','Saint-Pierrais or Miquelonnais : Saint Pierre and Miquelon',1930,0,0,'','Saint Pierre and Miquelon','666:SPM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VC','Saint Vincentian, Vincentian : Saint Vincent and the Grenadines',1940,0,0,'','Saint Vincent and the Grenadines','670:VCT',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SM','Sammarinese : San Marino',1950,0,0,'','San Marino','674:SMR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ST','São Toméan : Sao Tome and Principe',1960,0,0,'','Sao Tome and Principe','678:STP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SA','Saudi, Saudi Arabian : Saudi Arabia',1970,0,0,'','Saudi Arabia','682:SAU',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SN','Senegalese : Senegal',1980,0,0,'','Senegal','686:SEN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','RS','Serbian : Serbia',1990,0,0,'','Serbia','688:SRB',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SC','Seychellois : Seychelles',2000,0,0,'','Seychelles','690:SYC',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SL','Sierra Leonean : Sierra Leone',2010,0,0,'','Sierra Leone','694:SLE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SG','Singaporean : Singapore',2020,0,0,'','Singapore','702:SGP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SK','Slovak : Slovakia',2030,0,0,'','Slovakia','703:SVK',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VN','Vietnamese : Vietnam',2040,0,0,'','Vietnam','704:VNM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SI','Slovenian, Slovene : Slovenia',2050,0,0,'','Slovenia','705:SVN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SO','Somali, Somalian : Somalia',2060,0,0,'','Somalia','706:SOM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZA','South African : South Africa',2070,0,0,'','South Africa','710:ZAF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZW','Zimbabwean : Zimbabwe',2080,0,0,'','Zimbabwe','716:ZWE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ES','Spanish : Spain',2090,0,0,'','Spain','724:ESP',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SS','South Sudanese : South Sudan',2100,0,0,'','South Sudan','728:SSD',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SD','Sudanese : Sudan',2110,0,0,'','Sudan','729:SDN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EH','Sahrawi, Sahrawian, Sahraouian : Western Sahara',2120,0,0,'','Western Sahara','732:ESH',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SR','Surinamese : Suriname',2130,0,0,'','Suriname','740:SUR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SJ','Svalbard : Svalbard and Jan Mayen',2140,0,0,'','Svalbard and Jan Mayen','744:SJM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SZ','Swazi : Swaziland',2150,0,0,'','Swaziland','748:SWZ',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SE','Swedish : Sweden',2160,0,0,'','Sweden','752:SWE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','CH','Swiss : Switzerland',2170,0,0,'','Switzerland','756:CHE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','SY','Syrian : Syrian Arab Republic',2180,0,0,'','Syrian Arab Republic','760:SYR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TJ','Tajikistani : Tajikistan',2190,0,0,'','Tajikistan','762:TJK',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TH','Thai : Thailand',2200,0,0,'','Thailand','764:THA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TG','Togolese : Togo',2210,0,0,'','Togo','768:TGO',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TK','Tokelauan : Tokelau',2220,0,0,'','Tokelau','772:TKL',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TO','Tongan : Tonga',2230,0,0,'','Tonga','776:TON',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TT','Trinidadian or Tobagonian : Trinidad and Tobago',2240,0,0,'','Trinidad and Tobago','780:TTO',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','AE','Emirati, Emirian, Emiri : United Arab Emirates',2250,0,0,'','United Arab Emirates','784:ARE',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TN','Tunisian : Tunisia',2260,0,0,'','Tunisia','788:TUN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TR','Turkish : Turkey',2270,0,0,'','Turkey','792:TUR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TM','Turkmen : Turkmenistan',2280,0,0,'','Turkmenistan','795:TKM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TC','Turks and Caicos Island : Turks and Caicos Islands',2290,0,0,'','Turks and Caicos Islands','796:TCA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TV','Tuvaluan : Tuvalu',2300,0,0,'','Tuvalu','798:TUV',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UG','Ugandan : Uganda',2310,0,0,'','Uganda','800:UGA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UA','Ukrainian : Ukraine',2320,0,0,'','Ukraine','804:UKR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','MK','Macedonian : Macedonia (the former Yugoslav Republic of)',2330,0,0,'','Macedonia (the former Yugoslav Republic of)','807:MKD',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','EG','Egyptian : Egypt',2340,0,0,'','Egypt','818:EGY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GB','British, UK : United Kingdom of Great Britain and Northern Ireland',2350,0,0,'','United Kingdom of Great Britain and Northern Ireland','826:GBR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','GG','Channel Island : Guernsey',2360,0,0,'','Guernsey','831:GGY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','JE','Channel Island : Jersey',2370,0,0,'','Jersey','832:JEY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','IM','Manx : Isle of Man',2380,0,0,'','Isle of Man','833:IMN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','TZ','Tanzanian : Tanzania, United Republic of',2390,0,0,'','Tanzania, United Republic of','834:TZA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','US','American : United States of America',2400,0,0,'','United States of America','840:USA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VI','U.S. Virgin Island : Virgin Islands (U.S.)',2410,0,0,'','Virgin Islands (U.S.)','850:VIR',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','BF','Burkinabé : Burkina Faso',2420,0,0,'','Burkina Faso','854:BFA',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UY','Uruguayan : Uruguay',2430,0,0,'','Uruguay','858:URY',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','UZ','Uzbekistani, Uzbek : Uzbekistan',2440,0,0,'','Uzbekistan','860:UZB',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','VE','Venezuelan : Venezuela (Bolivarian Republic of)',2450,0,0,'','Venezuela (Bolivarian Republic of)','862:VEN',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','WF','Wallis and Futuna, Wallisian or Futunan : Wallis and Futuna',2460,0,0,'','Wallis and Futuna','876:WLF',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','WS','Samoan : Samoa',2470,0,0,'','Samoa','882:WSM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','YE','Yemeni : Yemen',2480,0,0,'','Yemen','887:YEM',0,0,1,'',1,'2023-09-24 21:07:27'); -INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('Nationality_and_Country','ZM','Zambian : Zambia',2490,0,0,'','Zambia','894:ZMB',0,0,1,'',1,'2023-09-24 21:07:27'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`, `toggle_setting_1`, `toggle_setting_2`, `activity`, `subtype`, `edit_options`, `timestamp`) VALUES ('lists','nationality_with_country','Nationality',1,1,0,'',NULL,'',0,0,1,'',1,'2023-09-24 18:21:13'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AF', 'Afghan', '10', '0', '0', '', 'Afghanistan', 'AFG:004'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AX', 'Ålandish', '20', '0', '0', '', 'Åland Islands', 'ALA:248'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AL', 'Albanian', '30', '0', '0', '', 'Albania', 'ALB:008'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DZ', 'Algerian', '40', '0', '0', '', 'Algeria', 'DZA:012'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'US', 'American', '50', '0', '0', '', 'United States', 'USA:840'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UM', 'American Islander', '60', '0', '0', '', 'United States Minor Outlying Islands', 'UMI:581'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MP', 'American Mariana Islands', '70', '0', '0', '', 'Northern Mariana Islands', 'MNP:580'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AS', 'American Samoan', '80', '0', '0', '', 'American Samoa', 'ASM:016'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AD', 'Andorran', '90', '0', '0', '', 'Andorra', 'AND:020'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AO', 'Angolan', '100', '0', '0', '', 'Angola', 'AGO:024'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AI', 'Anguillian', '110', '0', '0', '', 'Anguilla', 'AIA:660'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AQ', 'Antarctican', '120', '0', '0', '', 'Antarctica', 'ATA:010'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AG', 'Antiguan, Barbudan', '130', '0', '0', '', 'Antigua and Barbuda', 'ATG:028'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AR', 'Argentine', '140', '0', '0', '', 'Argentina', 'ARG:032'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AM', 'Armenian', '150', '0', '0', '', 'Armenia', 'ARM:051'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AW', 'Aruban', '160', '0', '0', '', 'Aruba', 'ABW:533'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AU', 'Australian', '170', '0', '0', '', 'Australia', 'AUS:036'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AT', 'Austrian', '180', '0', '0', '', 'Austria', 'AUT:040'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AZ', 'Azerbaijani', '190', '0', '0', '', 'Azerbaijan', 'AZE:031'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BS', 'Bahamian', '200', '0', '0', '', 'Bahamas', 'BHS:044'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BH', 'Bahraini', '210', '0', '0', '', 'Bahrain', 'BHR:048'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BD', 'Bangladeshi', '220', '0', '0', '', 'Bangladesh', 'BGD:050'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BB', 'Barbadian', '230', '0', '0', '', 'Barbados', 'BRB:052'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BY', 'Belarusian', '240', '0', '0', '', 'Belarus', 'BLR:112'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BE', 'Belgian', '250', '0', '0', '', 'Belgium', 'BEL:056'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BZ', 'Belizean', '260', '0', '0', '', 'Belize', 'BLZ:084'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BJ', 'Beninese', '270', '0', '0', '', 'Benin', 'BEN:204'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BM', 'Bermudian', '280', '0', '0', '', 'Bermuda', 'BMU:060'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BT', 'Bhutanese', '290', '0', '0', '', 'Bhutan', 'BTN:064'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BO', 'Bolivian', '300', '0', '0', '', 'Bolivia', 'BOL:068'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BA', 'Bosnian, Herzegovinian', '310', '0', '0', '', 'Bosnia and Herzegovina', 'BIH:070'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BR', 'Brazilian', '320', '0', '0', '', 'Brazil', 'BRA:076'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GB', 'British', '330', '0', '0', '', 'United Kingdom', 'GBR:826'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IO', 'British Indian', '1080', '0', '0', '', 'British Indian Ocean Territory', 'IOT:086'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BN', 'Bruneian', '340', '0', '0', '', 'Brunei', 'BRN:096'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BG', 'Bulgarian', '350', '0', '0', '', 'Bulgaria', 'BGR:100'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BF', 'Burkinabe', '360', '0', '0', '', 'Burkina Faso', 'BFA:854'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MM', 'Burmese', '370', '0', '0', '', 'Myanmar', 'MMR:104'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BI', 'Burundian', '380', '0', '0', '', 'Burundi', 'BDI:108'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KH', 'Cambodian', '390', '0', '0', '', 'Cambodia', 'KHM:116'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CM', 'Cameroonian', '400', '0', '0', '', 'Cameroon', 'CMR:120'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CA', 'Canadian', '410', '0', '0', '', 'Canada', 'CAN:124'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CV', 'Cape Verdian', '420', '0', '0', '', 'Cape Verde', 'CPV:132'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KY', 'Caymanian', '430', '0', '0', '', 'Cayman Islands', 'CYM:136'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CF', 'Central African', '440', '0', '0', '', 'Central African Republic', 'CAF:140'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TD', 'Chadian', '450', '0', '0', '', 'Chad', 'TCD:148'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GG', 'Channel Islander Guernsey', '470', '0', '0', '', 'Guernsey', 'GGY:831'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JE', 'Channel Islander Jersey', '460', '0', '0', '', 'Jersey', 'JEY:832'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CL', 'Chilean', '480', '0', '0', '', 'Chile', 'CHL:152'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CN', 'Chinese', '490', '0', '0', '', 'China', 'CHN:156'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CX', 'Christmas Islander', '500', '0', '0', '', 'Christmas Island', 'CXR:162'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CC', 'Cocos Islander', '510', '0', '0', '', 'Cocos (Keeling) Islands', 'CCK:166'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CO', 'Colombian', '520', '0', '0', '', 'Colombia', 'COL:170'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KM', 'Comoran', '530', '0', '0', '', 'Comoros', 'COM:174'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CG', 'Congolese', '540', '0', '0', '', 'Republic of the Congo', 'COG:178'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CK', 'Cook Islander', '550', '0', '0', '', 'Cook Islands', 'COK:184'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CR', 'Costa Rican', '560', '0', '0', '', 'Costa Rica', 'CRI:188'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HR', 'Croatian', '570', '0', '0', '', 'Croatia', 'HRV:191'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CU', 'Cuban', '580', '0', '0', '', 'Cuba', 'CUB:192'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CW', 'Curaçaoan', '590', '0', '0', '', 'Curaçao', 'CUW:531'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CY', 'Cypriot', '600', '0', '0', '', 'Cyprus', 'CYP:196'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CZ', 'Czech', '610', '0', '0', '', 'Czechia', 'CZE:203'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DK', 'Danish', '620', '0', '0', '', 'Denmark', 'DNK:208'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DJ', 'Djibouti', '630', '0', '0', '', 'Djibouti', 'DJI:262'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DO', 'Dominican', '640', '0', '0', '', 'Dominican Republic', 'DOM:214'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NL', 'Dutch', '660', '0', '0', '', 'Netherlands', 'NLD:528'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BQ', 'Dutch Caribbean ', '650', '0', '0', '', 'Caribbean Netherlands', 'BES:535'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TL', 'East Timorese', '670', '0', '0', '', 'Timor-Leste', 'TLS:626'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EC', 'Ecuadorean', '680', '0', '0', '', 'Ecuador', 'ECU:218'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EG', 'Egyptian', '690', '0', '0', '', 'Egypt', 'EGY:818'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'AE', 'Emirati', '700', '0', '0', '', 'United Arab Emirates', 'ARE:784'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'English', 'English', '710', '', '', '', 'England', ''); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GQ', 'Equatorial Guinean', '720', '0', '0', '', 'Equatorial Guinea', 'GNQ:226'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ER', 'Eritrean', '730', '0', '0', '', 'Eritrea', 'ERI:232'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EE', 'Estonian', '740', '0', '0', '', 'Estonia', 'EST:233'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ET', 'Ethiopian', '750', '0', '0', '', 'Ethiopia', 'ETH:231'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FK', 'Falkland Islander', '760', '0', '0', '', 'Falkland Islands', 'FLK:238'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FO', 'Faroese', '770', '0', '0', '', 'Faroe Islands', 'FRO:234'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FJ', 'Fijian', '780', '0', '0', '', 'Fiji', 'FJI:242'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PH', 'Filipino', '790', '0', '0', '', 'Philippines', 'PHL:608'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FI', 'Finnish', '800', '0', '0', '', 'Finland', 'FIN:246'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FR', 'French', '820', '0', '0', '', 'France', 'FRA:250'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PF', 'French Polynesian', '830', '0', '0', '', 'French Polynesia', 'PYF:258'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TF', 'French Southern ', '810', '0', '0', '', 'French Southern and Antarctic Lands', 'ATF:260'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GA', 'Gabonese', '840', '0', '0', '', 'Gabon', 'GAB:266'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GM', 'Gambian', '850', '0', '0', '', 'Gambia', 'GMB:270'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GE', 'Georgian', '860', '0', '0', '', 'Georgia', 'GEO:268'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'DE', 'German', '870', '0', '0', '', 'Germany', 'DEU:276'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GH', 'Ghanaian', '880', '0', '0', '', 'Ghana', 'GHA:288'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GI', 'Gibraltar', '890', '0', '0', '', 'Gibraltar', 'GIB:292'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GR', 'Greek', '900', '0', '0', '', 'Greece', 'GRC:300'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GL', 'Greenlandic', '910', '0', '0', '', 'Greenland', 'GRL:304'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GD', 'Grenadian', '920', '0', '0', '', 'Grenada', 'GRD:308'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GP', 'Guadeloupian', '930', '0', '0', '', 'Guadeloupe', 'GLP:312'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GU', 'Guamanian', '940', '0', '0', '', 'Guam', 'GUM:316'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GT', 'Guatemalan', '950', '0', '0', '', 'Guatemala', 'GTM:320'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GF', 'Guianan', '960', '0', '0', '', 'French Guiana', 'GUF:254'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GW', 'Guinea-Bissauan', '970', '0', '0', '', 'Guinea-Bissau', 'GNB:624'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GN', 'Guinean', '980', '0', '0', '', 'Guinea', 'GIN:324'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GY', 'Guyanese', '990', '0', '0', '', 'Guyana', 'GUY:328'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HT', 'Haitian', '1000', '0', '0', '', 'Haiti', 'HTI:332'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HM', 'Heard and McDonald Islander', '1010', '0', '0', '', 'Heard Island and McDonald Islands', 'HMD:334'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HN', 'Honduran', '1020', '0', '0', '', 'Honduras', 'HND:340'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HK', 'Hong Konger', '1030', '0', '0', '', 'Hong Kong', 'HKG:344'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'HU', 'Hungarian', '1040', '0', '0', '', 'Hungary', 'HUN:348'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KI', 'I-Kiribati', '1050', '0', '0', '', 'Kiribati', 'KIR:296'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IS', 'Icelander', '1060', '0', '0', '', 'Iceland', 'ISL:352'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IN', 'Indian', '1070', '0', '0', '', 'India', 'IND:356'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ID', 'Indonesian', '1090', '0', '0', '', 'Indonesia', 'IDN:360'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IR', 'Iranian', '1100', '0', '0', '', 'Iran', 'IRN:364'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IQ', 'Iraqi', '1110', '0', '0', '', 'Iraq', 'IRQ:368'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IE', 'Irish', '1120', '0', '0', '', 'Ireland', 'IRL:372'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IL', 'Israeli', '1130', '0', '0', '', 'Israel', 'ISR:376'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IT', 'Italian', '1140', '0', '0', '', 'Italy', 'ITA:380'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CI', 'Ivorian', '1150', '0', '0', '', 'Ivory Coast', 'CIV:384'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JM', 'Jamaican', '1160', '0', '0', '', 'Jamaica', 'JAM:388'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JP', 'Japanese', '1170', '0', '0', '', 'Japan', 'JPN:392'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'JO', 'Jordanian', '1180', '0', '0', '', 'Jordan', 'JOR:400'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KZ', 'Kazakhstani', '1190', '0', '0', '', 'Kazakhstan', 'KAZ:398'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KE', 'Kenyan', '1200', '0', '0', '', 'Kenya', 'KEN:404'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KG', 'Kirghiz', '1210', '0', '0', '', 'Kyrgyzstan', 'KGZ:417'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KN', 'Kittitian or Nevisian', '1220', '0', '0', '', 'Saint Kitts and Nevis', 'KNA:659'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'XK', 'Kosovar', '1230', '0', '0', '', 'Kosovo', 'UNK:'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KW', 'Kuwaiti', '1240', '0', '0', '', 'Kuwait', 'KWT:414'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LA', 'Laotian', '1250', '0', '0', '', 'Laos', 'LAO:418'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LV', 'Latvian', '1260', '0', '0', '', 'Latvia', 'LVA:428'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LB', 'Lebanese', '1270', '0', '0', '', 'Lebanon', 'LBN:422'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LR', 'Liberian', '1280', '0', '0', '', 'Liberia', 'LBR:430'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LY', 'Libyan', '1290', '0', '0', '', 'Libya', 'LBY:434'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LI', 'Liechtensteiner', '1300', '0', '0', '', 'Liechtenstein', 'LIE:438'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LT', 'Lithuanian', '1310', '0', '0', '', 'Lithuania', 'LTU:440'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LU', 'Luxembourger', '1320', '0', '0', '', 'Luxembourg', 'LUX:442'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MO', 'Macanese', '1330', '0', '0', '', 'Macau', 'MAC:446'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MK', 'Macedonian', '1340', '0', '0', '', 'North Macedonia', 'MKD:807'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'YT', 'Mahoran', '1350', '0', '0', '', 'Mayotte', 'MYT:175'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MG', 'Malagasy', '1360', '0', '0', '', 'Madagascar', 'MDG:450'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MW', 'Malawian', '1370', '0', '0', '', 'Malawi', 'MWI:454'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MY', 'Malaysian', '1380', '0', '0', '', 'Malaysia', 'MYS:458'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MV', 'Maldivan', '1390', '0', '0', '', 'Maldives', 'MDV:462'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ML', 'Malian', '1400', '0', '0', '', 'Mali', 'MLI:466'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MT', 'Maltese', '1410', '0', '0', '', 'Malta', 'MLT:470'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'IM', 'Manx', '1420', '0', '0', '', 'Isle of Man', 'IMN:833'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MH', 'Marshallese', '1430', '0', '0', '', 'Marshall Islands', 'MHL:584'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MQ', 'Martinican', '1440', '0', '0', '', 'Martinique', 'MTQ:474'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MR', 'Mauritanian', '1450', '0', '0', '', 'Mauritania', 'MRT:478'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MU', 'Mauritian', '1460', '0', '0', '', 'Mauritius', 'MUS:480'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MX', 'Mexican', '1470', '0', '0', '', 'Mexico', 'MEX:484'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'FM', 'Micronesian', '1480', '0', '0', '', 'Micronesia', 'FSM:583'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MD', 'Moldovan', '1490', '0', '0', '', 'Moldova', 'MDA:498'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MC', 'Monegasque', '1500', '0', '0', '', 'Monaco', 'MCO:492'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MN', 'Mongolian', '1510', '0', '0', '', 'Mongolia', 'MNG:496'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ME', 'Montenegrin', '1520', '0', '0', '', 'Montenegro', 'MNE:499'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MS', 'Montserratian', '1530', '0', '0', '', 'Montserrat', 'MSR:500'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MA', 'Moroccan', '1540', '0', '0', '', 'Morocco', 'MAR:504'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LS', 'Mosotho', '1550', '0', '0', '', 'Lesotho', 'LSO:426'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BW', 'Motswana', '1560', '0', '0', '', 'Botswana', 'BWA:072'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MZ', 'Mozambican', '1570', '0', '0', '', 'Mozambique', 'MOZ:508'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NA', 'Namibian', '1580', '0', '0', '', 'Namibia', 'NAM:516'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NR', 'Nauruan', '1590', '0', '0', '', 'Nauru', 'NRU:520'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NP', 'Nepalese', '1600', '0', '0', '', 'Nepal', 'NPL:524'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NC', 'New Caledonian', '1610', '0', '0', '', 'New Caledonia', 'NCL:540'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NZ', 'New Zealander', '1620', '0', '0', '', 'New Zealand', 'NZL:554'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VU', 'Ni-Vanuatu', '1630', '0', '0', '', 'Vanuatu', 'VUT:548'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NI', 'Nicaraguan', '1640', '0', '0', '', 'Nicaragua', 'NIC:558'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NG', 'Nigerian', '1650', '0', '0', '', 'Nigeria', 'NGA:566'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NE', 'Nigerien', '1660', '0', '0', '', 'Niger', 'NER:562'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NU', 'Niuean', '1670', '0', '0', '', 'Niue', 'NIU:570'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NF', 'Norfolk Islander', '1680', '0', '0', '', 'Norfolk Island', 'NFK:574'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KP', 'North Korean', '1690', '0', '0', '', 'North Korea', 'PRK:408'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'NO', 'Norwegian', '1710', '0', '0', '', 'Norway', 'NOR:578'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BV', 'Norwegian Bouvet', '1720', '0', '0', '', 'Bouvet Island', 'BVT:074'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SJ', 'Norwegian Svalbard and Jan Mayen', '1700', '0', '0', '', 'Svalbard and Jan Mayen', 'SJM:744'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'OM', 'Omani', '1730', '0', '0', '', 'Oman', 'OMN:512'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PK', 'Pakistani', '1740', '0', '0', '', 'Pakistan', 'PAK:586'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PW', 'Palauan', '1750', '0', '0', '', 'Palau', 'PLW:585'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PS', 'Palestinian', '1760', '0', '0', '', 'Palestine', 'PSE:275'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PA', 'Panamanian', '1770', '0', '0', '', 'Panama', 'PAN:591'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PG', 'Papua New Guinean', '1780', '0', '0', '', 'Papua New Guinea', 'PNG:598'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PY', 'Paraguayan', '1790', '0', '0', '', 'Paraguay', 'PRY:600'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PE', 'Peruvian', '1800', '0', '0', '', 'Peru', 'PER:604'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PN', 'Pitcairn Islander', '1810', '0', '0', '', 'Pitcairn Islands', 'PCN:612'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PL', 'Polish', '1820', '0', '0', '', 'Poland', 'POL:616'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PT', 'Portuguese', '1830', '0', '0', '', 'Portugal', 'PRT:620'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PR', 'Puerto Rican', '1840', '0', '0', '', 'Puerto Rico', 'PRI:630'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'QA', 'Qatari', '1850', '0', '0', '', 'Qatar', 'QAT:634'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RE', 'Réunionese', '1860', '0', '0', '', 'Réunion', 'REU:638'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RO', 'Romanian', '1870', '0', '0', '', 'Romania', 'ROU:642'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RU', 'Russian', '1880', '0', '0', '', 'Russia', 'RUS:643'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RW', 'Rwandan', '1890', '0', '0', '', 'Rwanda', 'RWA:646'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'EH', 'Sahrawi', '1900', '0', '0', '', 'Western Sahara', 'ESH:732'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'BL', 'Saint Barthélemy Islander', '1910', '0', '0', '', 'Saint Barthélemy', 'BLM:652'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SH', 'Saint Helenian', '1920', '0', '0', '', 'Saint Helena, Ascension and Tristan da Cunha', 'SHN:654'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LC', 'Saint Lucian', '1930', '0', '0', '', 'Saint Lucia', 'LCA:662'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'MF', 'Saint Martin Islander', '1940', '0', '0', '', 'Saint Martin', 'MAF:663'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VC', 'Saint Vincentian', '1950', '0', '0', '', 'Saint Vincent and the Grenadines', 'VCT:670'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'PM', 'Saint-Pierrais, Miquelonnais', '1960', '0', '0', '', 'Saint Pierre and Miquelon', 'SPM:666'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SV', 'Salvadoran', '1970', '0', '0', '', 'El Salvador', 'SLV:222'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SM', 'Sammarinese', '1980', '0', '0', '', 'San Marino', 'SMR:674'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'WS', 'Samoan', '1990', '0', '0', '', 'Samoa', 'WSM:882'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ST', 'Sao Tomean', '2000', '0', '0', '', 'São Tomé and Príncipe', 'STP:678'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SA', 'Saudi Arabian', '2010', '0', '0', '', 'Saudi Arabia', 'SAU:682'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'Scottish', 'Scottish', '2020', '0', '0', '', 'Scotland', ''); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SN', 'Senegalese', '2030', '0', '0', '', 'Senegal', 'SEN:686'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'RS', 'Serbian', '2040', '0', '0', '', 'Serbia', 'SRB:688'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SC', 'Seychellois', '2050', '0', '0', '', 'Seychelles', 'SYC:690'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SL', 'Sierra Leonean', '2060', '0', '0', '', 'Sierra Leone', 'SLE:694'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SG', 'Singaporean', '2070', '0', '0', '', 'Singapore', 'SGP:702'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SK', 'Slovak', '2080', '0', '0', '', 'Slovakia', 'SVK:703'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SI', 'Slovene', '2090', '0', '0', '', 'Slovenia', 'SVN:705'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SB', 'Solomon Islander', '2100', '0', '0', '', 'Solomon Islands', 'SLB:090'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SO', 'Somali', '2110', '0', '0', '', 'Somalia', 'SOM:706'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZA', 'South African', '2120', '0', '0', '', 'South Africa', 'ZAF:710'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'GS', 'South Georgian South Sandwich Islander', '2130', '0', '0', '', 'South Georgia', 'SGS:239'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'KR', 'South Korean', '2140', '0', '0', '', 'South Korea', 'KOR:410'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SS', 'South Sudanese', '2150', '0', '0', '', 'South Sudan', 'SSD:728'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ES', 'Spanish', '2160', '0', '0', '', 'Spain', 'ESP:724'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'LK', 'Sri Lankan', '2170', '0', '0', '', 'Sri Lanka', 'LKA:144'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SX', 'St. Maartener', '2180', '0', '0', '', 'Sint Maarten', 'SXM:534'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SD', 'Sudanese', '2190', '0', '0', '', 'Sudan', 'SDN:729'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SR', 'Surinamer', '2200', '0', '0', '', 'Suriname', 'SUR:740'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SZ', 'Swazi', '2210', '0', '0', '', 'Eswatini', 'SWZ:748'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SE', 'Swedish', '2220', '0', '0', '', 'Sweden', 'SWE:752'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'CH', 'Swiss', '2230', '0', '0', '', 'Switzerland', 'CHE:756'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'SY', 'Syrian', '2240', '0', '0', '', 'Syria', 'SYR:760'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TJ', 'Tadzhik', '2250', '0', '0', '', 'Tajikistan', 'TJK:762'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TW', 'Taiwanese', '2260', '0', '0', '', 'Taiwan', 'TWN:158'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TZ', 'Tanzanian', '2270', '0', '0', '', 'Tanzania', 'TZA:834'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TH', 'Thai', '2280', '0', '0', '', 'Thailand', 'THA:764'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TG', 'Togolese', '2290', '0', '0', '', 'Togo', 'TGO:768'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TK', 'Tokelauan', '2300', '0', '0', '', 'Tokelau', 'TKL:772'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TO', 'Tongan', '2310', '0', '0', '', 'Tonga', 'TON:776'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TT', 'Trinidadian', '2320', '0', '0', '', 'Trinidad and Tobago', 'TTO:780'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TN', 'Tunisian', '2330', '0', '0', '', 'Tunisia', 'TUN:788'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TR', 'Turkish', '2340', '0', '0', '', 'Turkey', 'TUR:792'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TM', 'Turkmen', '2350', '0', '0', '', 'Turkmenistan', 'TKM:795'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TC', 'Turks and Caicos Islander', '2360', '0', '0', '', 'Turks and Caicos Islands', 'TCA:796'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'TV', 'Tuvaluan', '2370', '0', '0', '', 'Tuvalu', 'TUV:798'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UG', 'Ugandan', '2380', '0', '0', '', 'Uganda', 'UGA:800'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UA', 'Ukrainian', '2390', '0', '0', '', 'Ukraine', 'UKR:804'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UY', 'Uruguayan', '2400', '0', '0', '', 'Uruguay', 'URY:858'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'UZ', 'Uzbekistani', '2410', '0', '0', '', 'Uzbekistan', 'UZB:860'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VA', 'Vatican', '2420', '0', '0', '', 'Vatican City', 'VAT:336'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VE', 'Venezuelan', '2430', '0', '0', '', 'Venezuela', 'VEN:862'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VN', 'Vietnamese', '2440', '0', '0', '', 'Vietnam', 'VNM:704'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VG', 'Virgin Islander British', '2450', '0', '0', '', 'British Virgin Islands', 'VGB:092'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'VI', 'Virgin Islander US', '2460', '0', '0', '', 'United States Virgin Islands', 'VIR:850'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'WF', 'Wallis and Futuna Islander', '2470', '0', '0', '', 'Wallis and Futuna', 'WLF:876'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'YE', 'Yemeni', '2480', '0', '0', '', 'Yemen', 'YEM:887'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZM', 'Zambian', '2490', '0', '0', '', 'Zambia', 'ZMB:894'); +INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `mapping`, `notes`, `codes`) VALUES('nationality_with_country', 'ZW', 'Zimbabwean', '2500', '0', '0', '', 'Zimbabwe', 'ZWE:716'); diff --git a/version.php b/version.php index b1f66d4d682..23b8e8cb4da 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 496; +$v_database = 497; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used