Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../ninja4
File: ninja4.sql
[0] Fix | Delete
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `ninja4550`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `accounts`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `accounts` (
[20] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`timezone_id` int(10) unsigned DEFAULT NULL,
[22] Fix | Delete
`date_format_id` int(10) unsigned DEFAULT NULL,
[23] Fix | Delete
`datetime_format_id` int(10) unsigned DEFAULT NULL,
[24] Fix | Delete
`currency_id` int(10) unsigned DEFAULT NULL,
[25] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[26] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[27] Fix | Delete
`deleted_at` timestamp NULL DEFAULT NULL,
[28] Fix | Delete
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[29] Fix | Delete
`ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[30] Fix | Delete
`account_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[31] Fix | Delete
`last_login` timestamp NULL DEFAULT NULL,
[32] Fix | Delete
`address1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[33] Fix | Delete
`address2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[34] Fix | Delete
`city` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[35] Fix | Delete
`state` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[36] Fix | Delete
`postal_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[37] Fix | Delete
`country_id` int(10) unsigned DEFAULT NULL,
[38] Fix | Delete
`invoice_terms` text COLLATE utf8_unicode_ci,
[39] Fix | Delete
`email_footer` text COLLATE utf8_unicode_ci,
[40] Fix | Delete
`industry_id` int(10) unsigned DEFAULT NULL,
[41] Fix | Delete
`size_id` int(10) unsigned DEFAULT NULL,
[42] Fix | Delete
`invoice_taxes` tinyint(1) NOT NULL DEFAULT '1',
[43] Fix | Delete
`invoice_item_taxes` tinyint(1) NOT NULL DEFAULT '0',
[44] Fix | Delete
`invoice_design_id` int(10) unsigned NOT NULL DEFAULT '1',
[45] Fix | Delete
`work_phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[46] Fix | Delete
`work_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[47] Fix | Delete
`language_id` int(10) unsigned NOT NULL DEFAULT '1',
[48] Fix | Delete
`custom_value1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[49] Fix | Delete
`custom_value2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[50] Fix | Delete
`fill_products` tinyint(1) NOT NULL DEFAULT '1',
[51] Fix | Delete
`update_products` tinyint(1) NOT NULL DEFAULT '1',
[52] Fix | Delete
`primary_color` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[53] Fix | Delete
`secondary_color` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[54] Fix | Delete
`hide_quantity` tinyint(1) NOT NULL DEFAULT '0',
[55] Fix | Delete
`hide_paid_to_date` tinyint(1) NOT NULL DEFAULT '0',
[56] Fix | Delete
`custom_invoice_taxes1` tinyint(1) DEFAULT NULL,
[57] Fix | Delete
`custom_invoice_taxes2` tinyint(1) DEFAULT NULL,
[58] Fix | Delete
`vat_number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[59] Fix | Delete
`invoice_number_prefix` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[60] Fix | Delete
`invoice_number_counter` int(11) DEFAULT '1',
[61] Fix | Delete
`quote_number_prefix` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[62] Fix | Delete
`quote_number_counter` int(11) DEFAULT '1',
[63] Fix | Delete
`share_counter` tinyint(1) NOT NULL DEFAULT '1',
[64] Fix | Delete
`id_number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[65] Fix | Delete
`token_billing_type_id` smallint(6) NOT NULL DEFAULT '4',
[66] Fix | Delete
`invoice_footer` text COLLATE utf8_unicode_ci,
[67] Fix | Delete
`pdf_email_attachment` smallint(6) NOT NULL DEFAULT '0',
[68] Fix | Delete
`subdomain` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[69] Fix | Delete
`font_size` smallint(6) NOT NULL DEFAULT '9',
[70] Fix | Delete
`invoice_labels` text COLLATE utf8_unicode_ci,
[71] Fix | Delete
`custom_design1` mediumtext COLLATE utf8_unicode_ci,
[72] Fix | Delete
`show_item_taxes` tinyint(1) NOT NULL DEFAULT '0',
[73] Fix | Delete
`iframe_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[74] Fix | Delete
`military_time` tinyint(1) NOT NULL DEFAULT '0',
[75] Fix | Delete
`enable_reminder1` tinyint(1) NOT NULL DEFAULT '0',
[76] Fix | Delete
`enable_reminder2` tinyint(1) NOT NULL DEFAULT '0',
[77] Fix | Delete
`enable_reminder3` tinyint(1) NOT NULL DEFAULT '0',
[78] Fix | Delete
`num_days_reminder1` smallint(6) NOT NULL DEFAULT '7',
[79] Fix | Delete
`num_days_reminder2` smallint(6) NOT NULL DEFAULT '14',
[80] Fix | Delete
`num_days_reminder3` smallint(6) NOT NULL DEFAULT '30',
[81] Fix | Delete
`recurring_hour` smallint(6) NOT NULL DEFAULT '8',
[82] Fix | Delete
`invoice_number_pattern` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[83] Fix | Delete
`quote_number_pattern` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[84] Fix | Delete
`quote_terms` text COLLATE utf8_unicode_ci,
[85] Fix | Delete
`email_design_id` smallint(6) NOT NULL DEFAULT '1',
[86] Fix | Delete
`enable_email_markup` tinyint(1) NOT NULL DEFAULT '0',
[87] Fix | Delete
`website` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[88] Fix | Delete
`direction_reminder1` smallint(6) NOT NULL DEFAULT '1',
[89] Fix | Delete
`direction_reminder2` smallint(6) NOT NULL DEFAULT '1',
[90] Fix | Delete
`direction_reminder3` smallint(6) NOT NULL DEFAULT '1',
[91] Fix | Delete
`field_reminder1` smallint(6) NOT NULL DEFAULT '1',
[92] Fix | Delete
`field_reminder2` smallint(6) NOT NULL DEFAULT '1',
[93] Fix | Delete
`field_reminder3` smallint(6) NOT NULL DEFAULT '1',
[94] Fix | Delete
`client_view_css` text COLLATE utf8_unicode_ci,
[95] Fix | Delete
`header_font_id` int(10) unsigned NOT NULL DEFAULT '1',
[96] Fix | Delete
`body_font_id` int(10) unsigned NOT NULL DEFAULT '1',
[97] Fix | Delete
`auto_convert_quote` tinyint(1) NOT NULL DEFAULT '1',
[98] Fix | Delete
`all_pages_footer` tinyint(1) NOT NULL,
[99] Fix | Delete
`all_pages_header` tinyint(1) NOT NULL,
[100] Fix | Delete
`show_currency_code` tinyint(1) NOT NULL,
[101] Fix | Delete
`enable_portal_password` tinyint(1) NOT NULL DEFAULT '0',
[102] Fix | Delete
`send_portal_password` tinyint(1) NOT NULL DEFAULT '0',
[103] Fix | Delete
`recurring_invoice_number_prefix` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'R',
[104] Fix | Delete
`enable_client_portal` tinyint(1) NOT NULL DEFAULT '1',
[105] Fix | Delete
`invoice_fields` text COLLATE utf8_unicode_ci,
[106] Fix | Delete
`devices` text COLLATE utf8_unicode_ci,
[107] Fix | Delete
`logo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[108] Fix | Delete
`logo_width` int(10) unsigned NOT NULL,
[109] Fix | Delete
`logo_height` int(10) unsigned NOT NULL,
[110] Fix | Delete
`logo_size` int(10) unsigned NOT NULL,
[111] Fix | Delete
`invoice_embed_documents` tinyint(1) NOT NULL DEFAULT '0',
[112] Fix | Delete
`document_email_attachment` tinyint(1) NOT NULL DEFAULT '0',
[113] Fix | Delete
`enable_client_portal_dashboard` tinyint(1) NOT NULL DEFAULT '1',
[114] Fix | Delete
`company_id` int(10) unsigned DEFAULT NULL,
[115] Fix | Delete
`page_size` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A4',
[116] Fix | Delete
`live_preview` tinyint(1) NOT NULL DEFAULT '1',
[117] Fix | Delete
`invoice_number_padding` smallint(6) NOT NULL DEFAULT '4',
[118] Fix | Delete
`enable_second_tax_rate` tinyint(1) NOT NULL DEFAULT '0',
[119] Fix | Delete
`auto_bill_on_due_date` tinyint(1) NOT NULL DEFAULT '0',
[120] Fix | Delete
`start_of_week` int(11) NOT NULL,
[121] Fix | Delete
`enable_buy_now_buttons` tinyint(1) NOT NULL DEFAULT '0',
[122] Fix | Delete
`include_item_taxes_inline` tinyint(1) NOT NULL DEFAULT '0',
[123] Fix | Delete
`financial_year_start` date DEFAULT NULL,
[124] Fix | Delete
`enabled_modules` smallint(6) NOT NULL DEFAULT '63',
[125] Fix | Delete
`enabled_dashboard_sections` smallint(6) NOT NULL DEFAULT '7',
[126] Fix | Delete
`show_accept_invoice_terms` tinyint(1) NOT NULL DEFAULT '0',
[127] Fix | Delete
`show_accept_quote_terms` tinyint(1) NOT NULL DEFAULT '0',
[128] Fix | Delete
`require_invoice_signature` tinyint(1) NOT NULL DEFAULT '0',
[129] Fix | Delete
`require_quote_signature` tinyint(1) NOT NULL DEFAULT '0',
[130] Fix | Delete
`client_number_prefix` text COLLATE utf8_unicode_ci,
[131] Fix | Delete
`client_number_counter` int(11) DEFAULT '0',
[132] Fix | Delete
`client_number_pattern` text COLLATE utf8_unicode_ci,
[133] Fix | Delete
`domain_id` tinyint(3) unsigned DEFAULT '1',
[134] Fix | Delete
`payment_terms` tinyint(4) DEFAULT NULL,
[135] Fix | Delete
`reset_counter_frequency_id` smallint(6) DEFAULT NULL,
[136] Fix | Delete
`payment_type_id` smallint(6) DEFAULT NULL,
[137] Fix | Delete
`gateway_fee_enabled` tinyint(1) NOT NULL DEFAULT '0',
[138] Fix | Delete
`reset_counter_date` date DEFAULT NULL,
[139] Fix | Delete
`tax_name1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[140] Fix | Delete
`tax_rate1` decimal(13,3) NOT NULL,
[141] Fix | Delete
`tax_name2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[142] Fix | Delete
`tax_rate2` decimal(13,3) NOT NULL,
[143] Fix | Delete
`quote_design_id` int(10) unsigned NOT NULL DEFAULT '1',
[144] Fix | Delete
`custom_design2` mediumtext COLLATE utf8_unicode_ci,
[145] Fix | Delete
`custom_design3` mediumtext COLLATE utf8_unicode_ci,
[146] Fix | Delete
`analytics_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[147] Fix | Delete
`credit_number_counter` int(11) DEFAULT '0',
[148] Fix | Delete
`credit_number_prefix` text COLLATE utf8_unicode_ci,
[149] Fix | Delete
`credit_number_pattern` text COLLATE utf8_unicode_ci,
[150] Fix | Delete
`task_rate` decimal(12,4) NOT NULL DEFAULT '0.0000',
[151] Fix | Delete
`inclusive_taxes` tinyint(1) NOT NULL DEFAULT '0',
[152] Fix | Delete
`convert_products` tinyint(1) NOT NULL DEFAULT '0',
[153] Fix | Delete
`enable_reminder4` tinyint(1) NOT NULL DEFAULT '0',
[154] Fix | Delete
`signature_on_pdf` tinyint(1) NOT NULL DEFAULT '0',
[155] Fix | Delete
`ubl_email_attachment` tinyint(1) NOT NULL DEFAULT '0',
[156] Fix | Delete
`auto_archive_invoice` tinyint(1) DEFAULT '0',
[157] Fix | Delete
`auto_archive_quote` tinyint(1) DEFAULT '0',
[158] Fix | Delete
`auto_email_invoice` tinyint(1) DEFAULT '1',
[159] Fix | Delete
`send_item_details` tinyint(1) DEFAULT '0',
[160] Fix | Delete
`custom_fields` mediumtext COLLATE utf8_unicode_ci,
[161] Fix | Delete
`background_image_id` int(10) unsigned DEFAULT NULL,
[162] Fix | Delete
`custom_messages` mediumtext COLLATE utf8_unicode_ci,
[163] Fix | Delete
`is_custom_domain` tinyint(1) NOT NULL DEFAULT '0',
[164] Fix | Delete
`show_product_notes` tinyint(1) NOT NULL DEFAULT '0',
[165] Fix | Delete
PRIMARY KEY (`id`),
[166] Fix | Delete
UNIQUE KEY `accounts_account_key_unique` (`account_key`),
[167] Fix | Delete
KEY `accounts_timezone_id_foreign` (`timezone_id`),
[168] Fix | Delete
KEY `accounts_date_format_id_foreign` (`date_format_id`),
[169] Fix | Delete
KEY `accounts_datetime_format_id_foreign` (`datetime_format_id`),
[170] Fix | Delete
KEY `accounts_country_id_foreign` (`country_id`),
[171] Fix | Delete
KEY `accounts_currency_id_foreign` (`currency_id`),
[172] Fix | Delete
KEY `accounts_industry_id_foreign` (`industry_id`),
[173] Fix | Delete
KEY `accounts_size_id_foreign` (`size_id`),
[174] Fix | Delete
KEY `accounts_invoice_design_id_foreign` (`invoice_design_id`),
[175] Fix | Delete
KEY `accounts_language_id_foreign` (`language_id`),
[176] Fix | Delete
KEY `accounts_company_id_foreign` (`company_id`)
[177] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
[178] Fix | Delete
[179] Fix | Delete
--
[180] Fix | Delete
-- Dumping data for table `accounts`
[181] Fix | Delete
--
[182] Fix | Delete
[183] Fix | Delete
INSERT INTO `accounts` VALUES
[184] Fix | Delete
(1, NULL, NULL, NULL, 1, '[[regtime]]', '[[regtime]]', NULL, NULL, '[[clientip]]', '[[account_key]]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, NULL, NULL, 1, NULL, NULL, 1, 1, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, 1, NULL, 1, 1, NULL, 4, NULL, 0, NULL, 9, NULL, NULL, 0, NULL, 0, 0, 0, 0, 7, 14, 30, 8, NULL, NULL, NULL, 1, 0, NULL, 1, 1, 1, 1, 1, 1, NULL, 1, 1, 1, 0, 0, 0, 0, 0, 'R', 1, NULL, NULL, NULL, 0, 0, 0, 0, 0, 1, 1, 'A4', 1, 4, 0, 0, 0, 0, 0, NULL, 63, 7, 0, 0, 0, 0, NULL, 0, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, '0.000', NULL, '0.000', 1, NULL, NULL, NULL, 0, NULL, NULL, '0.0000', 0, 0, 0, 0, 0, 0, 0, 1, 0, NULL, NULL, NULL, 0, 0);
[185] Fix | Delete
[186] Fix | Delete
-- --------------------------------------------------------
[187] Fix | Delete
[188] Fix | Delete
--
[189] Fix | Delete
-- Table structure for table `account_email_settings`
[190] Fix | Delete
--
[191] Fix | Delete
[192] Fix | Delete
CREATE TABLE `account_email_settings` (
[193] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[194] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[195] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[196] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[197] Fix | Delete
`reply_to_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[198] Fix | Delete
`bcc_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[199] Fix | Delete
`email_subject_invoice` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[200] Fix | Delete
`email_subject_quote` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[201] Fix | Delete
`email_subject_payment` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[202] Fix | Delete
`email_template_invoice` text COLLATE utf8_unicode_ci NOT NULL,
[203] Fix | Delete
`email_template_quote` text COLLATE utf8_unicode_ci NOT NULL,
[204] Fix | Delete
`email_template_payment` text COLLATE utf8_unicode_ci NOT NULL,
[205] Fix | Delete
`email_subject_reminder1` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[206] Fix | Delete
`email_subject_reminder2` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[207] Fix | Delete
`email_subject_reminder3` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[208] Fix | Delete
`email_template_reminder1` text COLLATE utf8_unicode_ci NOT NULL,
[209] Fix | Delete
`email_template_reminder2` text COLLATE utf8_unicode_ci NOT NULL,
[210] Fix | Delete
`email_template_reminder3` text COLLATE utf8_unicode_ci NOT NULL,
[211] Fix | Delete
`late_fee1_amount` decimal(13,2) DEFAULT NULL,
[212] Fix | Delete
`late_fee1_percent` decimal(13,3) DEFAULT NULL,
[213] Fix | Delete
`late_fee2_amount` decimal(13,2) DEFAULT NULL,
[214] Fix | Delete
`late_fee2_percent` decimal(13,3) DEFAULT NULL,
[215] Fix | Delete
`late_fee3_amount` decimal(13,2) DEFAULT NULL,
[216] Fix | Delete
`late_fee3_percent` decimal(13,3) DEFAULT NULL,
[217] Fix | Delete
`email_subject_reminder4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[218] Fix | Delete
`email_template_reminder4` text COLLATE utf8_unicode_ci,
[219] Fix | Delete
`frequency_id_reminder4` int(10) unsigned DEFAULT NULL,
[220] Fix | Delete
`email_subject_proposal` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[221] Fix | Delete
`email_template_proposal` text COLLATE utf8_unicode_ci,
[222] Fix | Delete
`forward_url_for_v5` text COLLATE utf8_unicode_ci NOT NULL,
[223] Fix | Delete
`is_disabled` tinyint(1) NOT NULL DEFAULT '0',
[224] Fix | Delete
PRIMARY KEY (`id`),
[225] Fix | Delete
KEY `account_email_settings_account_id_index` (`account_id`)
[226] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
[227] Fix | Delete
[228] Fix | Delete
--
[229] Fix | Delete
-- Dumping data for table `account_email_settings`
[230] Fix | Delete
--
[231] Fix | Delete
[232] Fix | Delete
INSERT INTO `account_email_settings` VALUES
[233] Fix | Delete
(1, 1, '[[regtime]]', '[[regtime]]', NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0);
[234] Fix | Delete
[235] Fix | Delete
-- --------------------------------------------------------
[236] Fix | Delete
[237] Fix | Delete
--
[238] Fix | Delete
-- Table structure for table `account_gateways`
[239] Fix | Delete
--
[240] Fix | Delete
[241] Fix | Delete
CREATE TABLE `account_gateways` (
[242] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[243] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[244] Fix | Delete
`user_id` int(10) unsigned NOT NULL,
[245] Fix | Delete
`gateway_id` int(10) unsigned NOT NULL,
[246] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[247] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[248] Fix | Delete
`deleted_at` timestamp NULL DEFAULT NULL,
[249] Fix | Delete
`config` text COLLATE utf8_unicode_ci NOT NULL,
[250] Fix | Delete
`public_id` int(10) unsigned NOT NULL,
[251] Fix | Delete
`accepted_credit_cards` int(10) unsigned DEFAULT NULL,
[252] Fix | Delete
`show_address` tinyint(1) DEFAULT '1',
[253] Fix | Delete
`update_address` tinyint(1) DEFAULT '1',
[254] Fix | Delete
`require_cvv` tinyint(1) DEFAULT '1',
[255] Fix | Delete
`show_shipping_address` tinyint(1) DEFAULT '0',
[256] Fix | Delete
PRIMARY KEY (`id`),
[257] Fix | Delete
UNIQUE KEY `account_gateways_account_id_public_id_unique` (`account_id`,`public_id`),
[258] Fix | Delete
KEY `account_gateways_gateway_id_foreign` (`gateway_id`),
[259] Fix | Delete
KEY `account_gateways_user_id_foreign` (`user_id`),
[260] Fix | Delete
KEY `account_gateways_public_id_index` (`public_id`)
[261] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[262] Fix | Delete
[263] Fix | Delete
-- --------------------------------------------------------
[264] Fix | Delete
[265] Fix | Delete
--
[266] Fix | Delete
-- Table structure for table `account_gateway_settings`
[267] Fix | Delete
--
[268] Fix | Delete
[269] Fix | Delete
CREATE TABLE `account_gateway_settings` (
[270] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[271] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[272] Fix | Delete
`user_id` int(10) unsigned NOT NULL,
[273] Fix | Delete
`gateway_type_id` int(10) unsigned DEFAULT NULL,
[274] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[275] Fix | Delete
`min_limit` int(10) unsigned DEFAULT NULL,
[276] Fix | Delete
`max_limit` int(10) unsigned DEFAULT NULL,
[277] Fix | Delete
`fee_amount` decimal(13,2) DEFAULT NULL,
[278] Fix | Delete
`fee_percent` decimal(13,3) DEFAULT NULL,
[279] Fix | Delete
`fee_tax_name1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[280] Fix | Delete
`fee_tax_name2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[281] Fix | Delete
`fee_tax_rate1` decimal(13,3) DEFAULT NULL,
[282] Fix | Delete
`fee_tax_rate2` decimal(13,3) DEFAULT NULL,
[283] Fix | Delete
PRIMARY KEY (`id`),
[284] Fix | Delete
KEY `account_gateway_settings_account_id_foreign` (`account_id`),
[285] Fix | Delete
KEY `account_gateway_settings_user_id_foreign` (`user_id`),
[286] Fix | Delete
KEY `account_gateway_settings_gateway_type_id_foreign` (`gateway_type_id`)
[287] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[288] Fix | Delete
[289] Fix | Delete
-- --------------------------------------------------------
[290] Fix | Delete
[291] Fix | Delete
--
[292] Fix | Delete
-- Table structure for table `account_gateway_tokens`
[293] Fix | Delete
--
[294] Fix | Delete
[295] Fix | Delete
CREATE TABLE `account_gateway_tokens` (
[296] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[297] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[298] Fix | Delete
`contact_id` int(10) unsigned NOT NULL,
[299] Fix | Delete
`account_gateway_id` int(10) unsigned NOT NULL,
[300] Fix | Delete
`client_id` int(10) unsigned NOT NULL,
[301] Fix | Delete
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[302] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[303] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[304] Fix | Delete
`deleted_at` timestamp NULL DEFAULT NULL,
[305] Fix | Delete
`default_payment_method_id` int(10) unsigned DEFAULT NULL,
[306] Fix | Delete
PRIMARY KEY (`id`),
[307] Fix | Delete
KEY `account_gateway_tokens_account_id_foreign` (`account_id`),
[308] Fix | Delete
KEY `account_gateway_tokens_contact_id_foreign` (`contact_id`),
[309] Fix | Delete
KEY `account_gateway_tokens_account_gateway_id_foreign` (`account_gateway_id`),
[310] Fix | Delete
KEY `account_gateway_tokens_client_id_foreign` (`client_id`),
[311] Fix | Delete
KEY `account_gateway_tokens_default_payment_method_id_foreign` (`default_payment_method_id`)
[312] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[313] Fix | Delete
[314] Fix | Delete
-- --------------------------------------------------------
[315] Fix | Delete
[316] Fix | Delete
--
[317] Fix | Delete
-- Table structure for table `account_tokens`
[318] Fix | Delete
--
[319] Fix | Delete
[320] Fix | Delete
CREATE TABLE `account_tokens` (
[321] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[322] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[323] Fix | Delete
`user_id` int(10) unsigned NOT NULL,
[324] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[325] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[326] Fix | Delete
`deleted_at` timestamp NULL DEFAULT NULL,
[327] Fix | Delete
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[328] Fix | Delete
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[329] Fix | Delete
`public_id` int(10) unsigned DEFAULT NULL,
[330] Fix | Delete
PRIMARY KEY (`id`),
[331] Fix | Delete
UNIQUE KEY `account_tokens_token_unique` (`token`),
[332] Fix | Delete
UNIQUE KEY `account_tokens_account_id_public_id_unique` (`account_id`,`public_id`),
[333] Fix | Delete
KEY `account_tokens_user_id_foreign` (`user_id`),
[334] Fix | Delete
KEY `account_tokens_account_id_index` (`account_id`)
[335] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[336] Fix | Delete
[337] Fix | Delete
-- --------------------------------------------------------
[338] Fix | Delete
[339] Fix | Delete
--
[340] Fix | Delete
-- Table structure for table `activities`
[341] Fix | Delete
--
[342] Fix | Delete
[343] Fix | Delete
CREATE TABLE `activities` (
[344] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[345] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[346] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[347] Fix | Delete
`account_id` int(10) unsigned NOT NULL,
[348] Fix | Delete
`user_id` int(10) unsigned NOT NULL,
[349] Fix | Delete
`client_id` int(10) unsigned DEFAULT NULL,
[350] Fix | Delete
`contact_id` int(10) unsigned DEFAULT NULL,
[351] Fix | Delete
`payment_id` int(10) unsigned DEFAULT NULL,
[352] Fix | Delete
`invoice_id` int(10) unsigned DEFAULT NULL,
[353] Fix | Delete
`credit_id` int(10) unsigned DEFAULT NULL,
[354] Fix | Delete
`invitation_id` int(10) unsigned DEFAULT NULL,
[355] Fix | Delete
`task_id` int(10) unsigned DEFAULT NULL,
[356] Fix | Delete
`json_backup` text COLLATE utf8_unicode_ci,
[357] Fix | Delete
`activity_type_id` int(11) NOT NULL,
[358] Fix | Delete
`adjustment` decimal(13,2) DEFAULT NULL,
[359] Fix | Delete
`balance` decimal(13,2) DEFAULT NULL,
[360] Fix | Delete
`token_id` int(10) unsigned DEFAULT NULL,
[361] Fix | Delete
`ip` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
[362] Fix | Delete
`is_system` tinyint(1) NOT NULL DEFAULT '0',
[363] Fix | Delete
`expense_id` int(10) unsigned DEFAULT NULL,
[364] Fix | Delete
`notes` text COLLATE utf8_unicode_ci,
[365] Fix | Delete
PRIMARY KEY (`id`),
[366] Fix | Delete
KEY `activities_account_id_foreign` (`account_id`),
[367] Fix | Delete
KEY `activities_user_id_index` (`user_id`),
[368] Fix | Delete
KEY `activities_client_id_foreign` (`client_id`),
[369] Fix | Delete
KEY `activities_payment_id_index` (`payment_id`)
[370] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[371] Fix | Delete
[372] Fix | Delete
-- --------------------------------------------------------
[373] Fix | Delete
[374] Fix | Delete
--
[375] Fix | Delete
-- Table structure for table `affiliates`
[376] Fix | Delete
--
[377] Fix | Delete
[378] Fix | Delete
CREATE TABLE `affiliates` (
[379] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[380] Fix | Delete
`created_at` timestamp NULL DEFAULT NULL,
[381] Fix | Delete
`updated_at` timestamp NULL DEFAULT NULL,
[382] Fix | Delete
`deleted_at` timestamp NULL DEFAULT NULL,
[383] Fix | Delete
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[384] Fix | Delete
`affiliate_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[385] Fix | Delete
`payment_title` text COLLATE utf8_unicode_ci NOT NULL,
[386] Fix | Delete
`payment_subtitle` text COLLATE utf8_unicode_ci NOT NULL,
[387] Fix | Delete
`price` decimal(7,2) DEFAULT NULL,
[388] Fix | Delete
PRIMARY KEY (`id`),
[389] Fix | Delete
UNIQUE KEY `affiliates_affiliate_key_unique` (`affiliate_key`)
[390] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
[391] Fix | Delete
[392] Fix | Delete
-- --------------------------------------------------------
[393] Fix | Delete
[394] Fix | Delete
--
[395] Fix | Delete
-- Table structure for table `banks`
[396] Fix | Delete
--
[397] Fix | Delete
[398] Fix | Delete
CREATE TABLE `banks` (
[399] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[400] Fix | Delete
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[401] Fix | Delete
`remote_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
[402] Fix | Delete
`bank_library_id` int(11) NOT NULL DEFAULT '1',
[403] Fix | Delete
`config` text COLLATE utf8_unicode_ci NOT NULL,
[404] Fix | Delete
PRIMARY KEY (`id`)
[405] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=387 ;
[406] Fix | Delete
[407] Fix | Delete
--
[408] Fix | Delete
-- Dumping data for table `banks`
[409] Fix | Delete
--
[410] Fix | Delete
[411] Fix | Delete
INSERT INTO `banks` VALUES
[412] Fix | Delete
(1, 'ING DIRECT (Canada)', '421', 1, '{"fid":"061400152","org":"INGDirectCanada","url":"https:\\/\\/ofx.ingdirect.ca"}'),
[413] Fix | Delete
(2, 'Safe Credit Union - OFX Beta', '422', 1, '{"fid":"321173742","org":"DI","url":"https:\\/\\/ofxcert.diginsite.com\\/cmr\\/cmr.ofx"}'),
[414] Fix | Delete
(3, 'Ascentra Credit Union', '423', 1, '{"fid":"273973456","org":"Alcoa Employees&Community CU","url":"https:\\/\\/alc.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[415] Fix | Delete
(4, 'American Express Card', '424', 1, '{"fid":"3101","org":"AMEX","url":"https:\\/\\/online.americanexpress.com\\/myca\\/ofxdl\\/desktop\\/desktopDownload.do?request_type=nl_ofxdownload"}'),
[416] Fix | Delete
(5, 'TD Ameritrade', '425', 1, '{"fid":"5024","org":"ameritrade.com","url":"https:\\/\\/ofxs.ameritrade.com\\/cgi-bin\\/apps\\/OFX"}'),
[417] Fix | Delete
(6, 'Truliant FCU', '426', 1, '{"fid":"253177832","org":"DI","url":"https:\\/\\/ofxdi.diginsite.com\\/cmr\\/cmr.ofx"}'),
[418] Fix | Delete
(7, 'AT&T Universal Card', '427', 1, '{"fid":"24909","org":"Citigroup","url":"https:\\/\\/secureofx2.bankhost.com\\/citi\\/cgi-forte\\/ofx_rt?servicename=ofx_rt&pagename=ofx"}'),
[419] Fix | Delete
(8, 'Bank One', '428', 1, '{"fid":"5811","org":"B1","url":"https:\\/\\/onlineofx.chase.com\\/chase.ofx"}'),
[420] Fix | Delete
(9, 'Bank of Stockton', '429', 1, '{"fid":"3901","org":"BOS","url":"https:\\/\\/internetbanking.bankofstockton.com\\/scripts\\/serverext.dll"}'),
[421] Fix | Delete
(10, 'Bank of the Cascades', '430', 1, '{"fid":"4751","org":"JackHenry","url":"https:\\/\\/directline.netteller.com"}'),
[422] Fix | Delete
(11, 'Centra Credit Union', '431', 1, '{"fid":"274972883","org":"Centra CU","url":"https:\\/\\/centralink.org\\/scripts\\/isaofx.dll"}'),
[423] Fix | Delete
(12, 'Centura Bank', '432', 1, '{"fid":"1901","org":"Centura Bank","url":"https:\\/\\/www.oasis.cfree.com\\/1901.ofxgp"}'),
[424] Fix | Delete
(13, 'Charles Schwab&Co., INC', '433', 1, '{"fid":"5104","org":"ISC","url":"https:\\/\\/ofx.schwab.com\\/cgi_dev\\/ofx_server"}'),
[425] Fix | Delete
(14, 'JPMorgan Chase Bank (Texas)', '434', 1, '{"fid":"5301","org":"Chase Bank of Texas","url":"https:\\/\\/www.oasis.cfree.com\\/5301.ofxgp"}'),
[426] Fix | Delete
(15, 'JPMorgan Chase Bank', '435', 1, '{"fid":"1601","org":"Chase Bank","url":"https:\\/\\/www.oasis.cfree.com\\/1601.ofxgp"}'),
[427] Fix | Delete
(16, 'Colonial Bank', '436', 1, '{"fid":"1046","org":"Colonial Banc Group","url":"https:\\/\\/www.oasis.cfree.com\\/1046.ofxgp"}'),
[428] Fix | Delete
(17, 'Comerica Bank', '437', 1, '{"fid":"5601","org":"Comerica","url":"https:\\/\\/www.oasis.cfree.com\\/5601.ofxgp"}'),
[429] Fix | Delete
(18, 'Commerce Bank NJ, PA, NY&DE', '438', 1, '{"fid":"1001","org":"CommerceBank","url":"https:\\/\\/www.commerceonlinebanking.com\\/scripts\\/serverext.dll"}'),
[430] Fix | Delete
(19, 'Commerce Bank, NA', '439', 1, '{"fid":"4001","org":"Commerce Bank NA","url":"https:\\/\\/www.oasis.cfree.com\\/4001.ofxgp"}'),
[431] Fix | Delete
(20, 'Commercial Federal Bank', '440', 1, '{"fid":"4801","org":"CommercialFederalBank","url":"https:\\/\\/www.oasis.cfree.com\\/4801.ofxgp"}'),
[432] Fix | Delete
(21, 'COMSTAR FCU', '441', 1, '{"fid":"255074988","org":"Comstar Federal Credit Union","url":"https:\\/\\/pcu.comstarfcu.org\\/scripts\\/isaofx.dll"}'),
[433] Fix | Delete
(22, 'SunTrust', '442', 1, '{"fid":"2801","org":"SunTrust PC Banking","url":"https:\\/\\/www.oasis.cfree.com\\/2801.ofxgp"}'),
[434] Fix | Delete
(23, 'Denali Alaskan FCU', '443', 1, '{"fid":"1","org":"Denali Alaskan FCU","url":"https:\\/\\/remotebanking.denalifcu.com\\/ofx\\/ofx.dll"}'),
[435] Fix | Delete
(24, 'Discover Card', '444', 1, '{"fid":"7101","org":"Discover Financial Services","url":"https:\\/\\/ofx.discovercard.com"}'),
[436] Fix | Delete
(25, 'E*TRADE', '446', 1, '{"fid":"fldProv_mProvBankId","org":"fldProv_mId","url":"https:\\/\\/ofx.etrade.com\\/cgi-ofx\\/etradeofx"}'),
[437] Fix | Delete
(26, 'Eastern Bank', '447', 1, '{"fid":"6201","org":"Eastern Bank","url":"https:\\/\\/www.oasis.cfree.com\\/6201.ofxgp"}'),
[438] Fix | Delete
(27, 'EDS Credit Union', '448', 1, '{"fid":"311079474","org":"EDS CU","url":"https:\\/\\/eds.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[439] Fix | Delete
(28, 'Fidelity Investments', '449', 1, '{"fid":"7776","org":"fidelity.com","url":"https:\\/\\/ofx.fidelity.com\\/ftgw\\/OFX\\/clients\\/download"}'),
[440] Fix | Delete
(29, 'Fifth Third Bancorp', '450', 1, '{"fid":"5829","org":"Fifth Third Bank","url":"https:\\/\\/banking.53.com\\/ofx\\/OFXServlet"}'),
[441] Fix | Delete
(30, 'First Tech Credit Union', '451', 1, '{"fid":"2243","org":"First Tech Credit Union","url":"https:\\/\\/ofx.firsttechcu.com"}'),
[442] Fix | Delete
(31, 'zWachovia', '452', 1, '{"fid":"4301","org":"Wachovia","url":"https:\\/\\/www.oasis.cfree.com\\/4301.ofxgp"}'),
[443] Fix | Delete
(32, 'KeyBank', '453', 1, '{"fid":"5901","org":"KeyBank","url":"https:\\/\\/www.oasis.cfree.com\\/fip\\/genesis\\/prod\\/05901.ofx"}'),
[444] Fix | Delete
(33, 'Mellon Bank', '454', 1, '{"fid":"1226","org":"Mellon Bank","url":"https:\\/\\/www.oasis.cfree.com\\/1226.ofxgp"}'),
[445] Fix | Delete
(34, 'LaSalle Bank Midwest', '455', 1, '{"fid":"1101","org":"LaSalleBankMidwest","url":"https:\\/\\/www.oasis.cfree.com\\/1101.ofxgp"}'),
[446] Fix | Delete
(35, 'Nantucket Bank', '456', 1, '{"fid":"466","org":"Nantucket","url":"https:\\/\\/ofx.onlinencr.com\\/scripts\\/serverext.dll"}'),
[447] Fix | Delete
(36, 'National Penn Bank', '457', 1, '{"fid":"6301","org":"National Penn Bank","url":"https:\\/\\/www.oasis.cfree.com\\/6301.ofxgp"}'),
[448] Fix | Delete
(37, 'Nevada State Bank - New', '458', 1, '{"fid":"1121","org":"295-3","url":"https:\\/\\/quicken.metavante.com\\/ofx\\/OFXServlet"}'),
[449] Fix | Delete
(38, 'UBS Financial Services Inc.', '459', 1, '{"fid":"7772","org":"Intuit","url":"https:\\/\\/ofx1.ubs.com\\/eftxweb\\/access.ofx"}'),
[450] Fix | Delete
(39, 'Patelco CU', '460', 1, '{"fid":"2000","org":"Patelco Credit Union","url":"https:\\/\\/ofx.patelco.org"}'),
[451] Fix | Delete
(40, 'Mercantile Brokerage Services', '461', 1, '{"fid":"011","org":"Mercantile Brokerage","url":"https:\\/\\/ofx.netxclient.com\\/cgi\\/OFXNetx"}'),
[452] Fix | Delete
(41, 'Regions Bank', '462', 1, '{"fid":"243","org":"regions.com","url":"https:\\/\\/ofx.morgankeegan.com\\/begasp\\/directtocore.asp"}'),
[453] Fix | Delete
(42, 'Spectrum Connect/Reich&Tang', '463', 1, '{"fid":"6510","org":"SpectrumConnect","url":"https:\\/\\/www.oasis.cfree.com\\/6510.ofxgp"}'),
[454] Fix | Delete
(43, 'Smith Barney - Transactions', '464', 1, '{"fid":"3201","org":"SmithBarney","url":"https:\\/\\/www.oasis.cfree.com\\/3201.ofxgp"}'),
[455] Fix | Delete
(44, 'Southwest Airlines FCU', '465', 1, '{"fid":"311090673","org":"Southwest Airlines EFCU","url":"https:\\/\\/www.swacuflashbp.org\\/scripts\\/isaofx.dll"}'),
[456] Fix | Delete
(45, 'Technology Credit Union - CA', '467', 1, '{"fid":"11257","org":"Tech CU","url":"https:\\/\\/webbranchofx.techcu.com\\/TekPortalOFX\\/servlet\\/TP_OFX_Controller"}'),
[457] Fix | Delete
(46, 'UMB Bank', '468', 1, '{"fid":"0","org":"UMB","url":"https:\\/\\/pcbanking.umb.com\\/hs_ofx\\/hsofx.dll"}'),
[458] Fix | Delete
(47, 'Union Bank of California', '469', 1, '{"fid":"2901","org":"Union Bank of California","url":"https:\\/\\/www.oasis.cfree.com\\/2901.ofxgp"}'),
[459] Fix | Delete
(48, 'United Teletech Financial', '470', 1, '{"fid":"221276011","org":"DI","url":"https:\\/\\/ofxcore.digitalinsight.com:443\\/servlet\\/OFXCoreServlet"}'),
[460] Fix | Delete
(49, 'US Bank', '471', 1, '{"fid":"1401","org":"US Bank","url":"https:\\/\\/www.oasis.cfree.com\\/1401.ofxgp"}'),
[461] Fix | Delete
(50, 'Bank of America (All except CA, WA,&ID)', '472', 1, '{"fid":"6812","org":"HAN","url":"https:\\/\\/ofx.bankofamerica.com\\/cgi-forte\\/fortecgi?servicename=ofx_2-3&pagename=ofx"}'),
[462] Fix | Delete
(51, 'Wells Fargo', '473', 1, '{"fid":"3000","org":"WF","url":"https:\\/\\/ofxdc.wellsfargo.com\\/ofx\\/process.ofx"}'),
[463] Fix | Delete
(52, 'LaSalle Bank NA', '474', 1, '{"fid":"6501","org":"LaSalle Bank NA","url":"https:\\/\\/www.oasis.cfree.com\\/6501.ofxgp"}'),
[464] Fix | Delete
(53, 'BB&T', '475', 1, '{"fid":"BB&T","org":"BB&T","url":"https:\\/\\/eftx.bbt.com\\/eftxweb\\/access.ofx"}'),
[465] Fix | Delete
(54, 'Los Alamos National Bank', '476', 1, '{"fid":"107001012","org":"LANB","url":"https:\\/\\/ofx.lanb.com\\/ofx\\/ofxrelay.dll"}'),
[466] Fix | Delete
(55, 'Citadel FCU', '477', 1, '{"fid":"citadel","org":"CitadelFCU","url":"https:\\/\\/pcu.citadelfcu.org\\/scripts\\/isaofx.dll"}'),
[467] Fix | Delete
(56, 'Clearview Federal Credit Union', '478', 1, '{"fid":"243083237","org":"Clearview Federal Credit Union","url":"https:\\/\\/www.pcu.clearviewfcu.org\\/scripts\\/isaofx.dll"}'),
[468] Fix | Delete
(57, 'Vanguard Group, The', '479', 1, '{"fid":"1358","org":"The Vanguard Group","url":"https:\\/\\/vesnc.vanguard.com\\/us\\/OfxDirectConnectServlet"}'),
[469] Fix | Delete
(58, 'First Citizens Bank - NC, VA, WV', '480', 1, '{"fid":"5013","org":"First Citizens Bank NC, VA, WV","url":"https:\\/\\/www.oasis.cfree.com\\/5013.ofxgp"}'),
[470] Fix | Delete
(59, 'Northern Trust - Banking', '481', 1, '{"fid":"5804","org":"ORG","url":"https:\\/\\/www3883.ntrs.com\\/nta\\/ofxservlet"}'),
[471] Fix | Delete
(60, 'The Mechanics Bank', '482', 1, '{"fid":"121102036","org":"TMB","url":"https:\\/\\/ofx.mechbank.com\\/OFXServer\\/ofxsrvr.dll"}'),
[472] Fix | Delete
(61, 'USAA Federal Savings Bank', '483', 1, '{"fid":"24591","org":"USAA","url":"https:\\/\\/service2.usaa.com\\/ofx\\/OFXServlet"}'),
[473] Fix | Delete
(62, 'Florida Telco CU', '484', 1, '{"fid":"FTCU","org":"FloridaTelcoCU","url":"https:\\/\\/ppc.floridatelco.org\\/scripts\\/isaofx.dll"}'),
[474] Fix | Delete
(63, 'DuPont Community Credit Union', '485', 1, '{"fid":"251483311","org":"DuPont Community Credit Union","url":"https:\\/\\/pcu.mydccu.com\\/scripts\\/isaofx.dll"}'),
[475] Fix | Delete
(64, 'Central Florida Educators FCU', '486', 1, '{"fid":"590678236","org":"CentralFloridaEduc","url":"https:\\/\\/www.mattweb.cfefcu.com\\/scripts\\/isaofx.dll"}'),
[476] Fix | Delete
(65, 'California Bank&Trust', '487', 1, '{"fid":"5006","org":"401","url":"https:\\/\\/pfm.metavante.com\\/ofx\\/OFXServlet"}'),
[477] Fix | Delete
(66, 'First Commonwealth FCU', '488', 1, '{"fid":"231379199","org":"FirstCommonwealthFCU","url":"https:\\/\\/pcu.firstcomcu.org\\/scripts\\/isaofx.dll"}'),
[478] Fix | Delete
(67, 'Ameriprise Financial Services, Inc.', '489', 1, '{"fid":"3102","org":"AMPF","url":"https:\\/\\/www25.ameriprise.com\\/AMPFWeb\\/ofxdl\\/us\\/download?request_type=nl_desktopdownload"}'),
[479] Fix | Delete
(68, 'AltaOne Federal Credit Union', '490', 1, '{"fid":"322274462","org":"AltaOneFCU","url":"https:\\/\\/pcu.altaone.org\\/scripts\\/isaofx.dll"}'),
[480] Fix | Delete
(69, 'A. G. Edwards and Sons, Inc.', '491', 1, '{"fid":"43-0895447","org":"A.G. Edwards","url":"https:\\/\\/ofx.agedwards.com"}'),
[481] Fix | Delete
(70, 'Educational Employees CU Fresno', '492', 1, '{"fid":"321172594","org":"Educational Employees C U","url":"https:\\/\\/www.eecuonline.org\\/scripts\\/isaofx.dll"}'),
[482] Fix | Delete
(71, 'Hawthorne Credit Union', '493', 1, '{"fid":"271979193","org":"Hawthorne Credit Union","url":"https:\\/\\/hwt.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[483] Fix | Delete
(72, 'Firstar', '494', 1, '{"fid":"1255","org":"Firstar","url":"https:\\/\\/www.oasis.cfree.com\\/1255.ofxgp"}'),
[484] Fix | Delete
(73, 'myStreetscape', '495', 1, '{"fid":"7784","org":"Fidelity","url":"https:\\/\\/ofx.ibgstreetscape.com:443"}'),
[485] Fix | Delete
(74, 'Collegedale Credit Union', '496', 1, '{"fid":"35GFA","org":"CollegedaleCU","url":"https:\\/\\/www.netit.financial-net.com\\/ofx"}'),
[486] Fix | Delete
(75, 'GCS Federal Credit Union', '498', 1, '{"fid":"281076853","org":"Granite City Steel cu","url":"https:\\/\\/pcu.mygcscu.com\\/scripts\\/isaofx.dll"}'),
[487] Fix | Delete
(76, 'Vantage Credit Union', '499', 1, '{"fid":"281081479","org":"EECU-St. Louis","url":"https:\\/\\/secure2.eecu.com\\/scripts\\/isaofx.dll"}'),
[488] Fix | Delete
(77, 'Morgan Stanley ClientServ', '500', 1, '{"fid":"1235","org":"msdw.com","url":"https:\\/\\/ofx.morganstanleyclientserv.com\\/ofx\\/ProfileMSMoney.ofx"}'),
[489] Fix | Delete
(78, 'Kennedy Space Center FCU', '501', 1, '{"fid":"263179532","org":"Kennedy Space Center FCU","url":"https:\\/\\/www.pcu.kscfcu.org\\/scripts\\/isaofx.dll"}'),
[490] Fix | Delete
(79, 'Sierra Central Credit Union', '502', 1, '{"fid":"321174770","org":"Sierra Central Credit Union","url":"https:\\/\\/www.sierracpu.com\\/scripts\\/isaofx.dll"}'),
[491] Fix | Delete
(80, 'Virginia Educators Credit Union', '503', 1, '{"fid":"251481355","org":"Virginia Educators CU","url":"https:\\/\\/www.vecumoneylink.org\\/scripts\\/isaofx.dll"}'),
[492] Fix | Delete
(81, 'Red Crown Federal Credit Union', '504', 1, '{"fid":"303986148","org":"Red Crown FCU","url":"https:\\/\\/cre.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[493] Fix | Delete
(82, 'B-M S Federal Credit Union', '505', 1, '{"fid":"221277007","org":"B-M S Federal Credit Union","url":"https:\\/\\/bms.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[494] Fix | Delete
(83, 'Fort Stewart GeorgiaFCU', '506', 1, '{"fid":"261271364","org":"Fort Stewart FCU","url":"https:\\/\\/fsg.usersonlnet.com\\/scripts\\/isaofx.dll"}'),
[495] Fix | Delete
(84, 'Northern Trust - Investments', '507', 1, '{"fid":"6028","org":"Northern Trust Investments","url":"https:\\/\\/www3883.ntrs.com\\/nta\\/ofxservlet?accounttypegroup=INV"}'),
[496] Fix | Delete
(85, 'Picatinny Federal Credit Union', '508', 1, '{"fid":"221275216","org":"Picatinny Federal Credit Union","url":"https:\\/\\/banking.picacreditunion.com\\/scripts\\/isaofx.dll"}'),
[497] Fix | Delete
(86, 'SAC FEDERAL CREDIT UNION', '509', 1, '{"fid":"091901480","org":"SAC Federal CU","url":"https:\\/\\/pcu.sacfcu.com\\/scripts\\/isaofx.dll"}'),
[498] Fix | Delete
(87, 'Merrill Lynch&Co., Inc.', '510', 1, '{"fid":"5550","org":"Merrill Lynch & Co., Inc.","url":"https:\\/\\/taxcert.mlol.ml.com\\/eftxweb\\/access.ofx"}'),
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function