Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
Country | CountryCode | Currency | Code | |
---|---|---|---|---|
New Zealand | NZ | New Zealand Dollars | NZD | |
Cook Islands | CK | New Zealand Dollars | NZD | |
Niue | NU | New Zealand Dollars | NZD | |
Pitcairn | PN | New Zealand Dollars | NZD | |
Tokelau | TK | New Zealand Dollars | NZD | |
Australian | AU | Australian Dollars | AUD | |
Christmas Island | CX | Australian Dollars | AUD | |
Cocos (Keeling) Islands | CC | Australian Dollars | AUD | |
Heard and Mc Donald Islands | HM | Australian Dollars | AUD |
Country,CountryCode,Currency,Code | |
New Zealand,NZ,New Zealand Dollars,NZD | |
Cook Islands,CK,New Zealand Dollars,NZD | |
Niue,NU,New Zealand Dollars,NZD | |
Pitcairn,PN,New Zealand Dollars,NZD | |
Tokelau,TK,New Zealand Dollars,NZD | |
Australian,AU,Australian Dollars,AUD | |
Christmas Island,CX,Australian Dollars,AUD | |
Cocos (Keeling) Islands,CC,Australian Dollars,AUD | |
Heard and Mc Donald Islands,HM,Australian Dollars,AUD |
INSERT INTO `country` (`id`,`country_name`,`code`,`currency_name`, `currency_symbol`, `currency_code`) VALUES | |
(1, 'Afghanistan', 'AF', '+93', 'Afghan afghani', 'Af', 'AFN'), | |
(2, 'ÅLAND ISLANDS', 'AX', '+358', 'Euro', '€', 'EUR'), | |
(3, 'Albania', 'AL', '+355', 'Albanian lek', 'Lek', 'ALL'), | |
(4, 'Algeria', 'DZ', '+213', 'Algerian dinar', 'دج', 'DZD'), | |
(5, 'American Samoa', 'AS', '+1684', 'US Dollar', '$', 'USD'), | |
(6, 'Andorra', 'AD', '+376', 'Euro', '€', 'EUR'), | |
(7, 'Angola', 'AO', '+244', 'Angolan kwanza', 'Kz', 'AOA'), | |
(8, 'Anguilla', 'AI', '+1264', 'East Caribbean dolla', '$', 'XCD'), | |
(9, 'Antarctica', 'AQ', '+672', 'No universal currency', '', ''), |