0byt3m1n1
Path:
/
data
/
0
/
0
/
2
/
17
/
2995
/
meta
/
3049
/
mysql.backup
/
[
Home
]
File: crm_v5_db.bak.sql
-- MySQL dump 10.9 -- -- Host: 10.49.7.181 Database: crm_v5_db -- ------------------------------------------------------ -- Server version 4.1.21-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `vtiger_account` -- DROP TABLE IF EXISTS `vtiger_account`; CREATE TABLE `vtiger_account` ( `notify_owner` char(3) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_account` -- LOCK TABLES `vtiger_account` WRITE; /*!40000 ALTER TABLE `vtiger_account` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountbillads` -- DROP TABLE IF EXISTS `vtiger_accountbillads`; CREATE TABLE `vtiger_accountbillads` ( `pobox` varchar(30) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountbillads` -- LOCK TABLES `vtiger_accountbillads` WRITE; /*!40000 ALTER TABLE `vtiger_accountbillads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountbillads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountdepstatus` -- DROP TABLE IF EXISTS `vtiger_accountdepstatus`; CREATE TABLE `vtiger_accountdepstatus` ( `deploymentstatusid` int(19) NOT NULL auto_increment, `deploymentstatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`deploymentstatusid`), UNIQUE KEY `accountdepstatus_deploymentstatus_idx` (`deploymentstatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountdepstatus` -- LOCK TABLES `vtiger_accountdepstatus` WRITE; /*!40000 ALTER TABLE `vtiger_accountdepstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountdepstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountgrouprelation` -- DROP TABLE IF EXISTS `vtiger_accountgrouprelation`; CREATE TABLE `vtiger_accountgrouprelation` ( `accountid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountgrouprelation` -- LOCK TABLES `vtiger_accountgrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_accountgrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountgrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountownership` -- DROP TABLE IF EXISTS `vtiger_accountownership`; CREATE TABLE `vtiger_accountownership` ( `acctownershipid` int(19) NOT NULL auto_increment, `ownership` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`acctownershipid`), UNIQUE KEY `accountownership_ownership_idx` (`ownership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountownership` -- LOCK TABLES `vtiger_accountownership` WRITE; /*!40000 ALTER TABLE `vtiger_accountownership` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountownership` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountrating` -- DROP TABLE IF EXISTS `vtiger_accountrating`; CREATE TABLE `vtiger_accountrating` ( `accountratingid` int(19) NOT NULL auto_increment, `rating` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`accountratingid`), UNIQUE KEY `accountrating_rating_idx` (`rating`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountrating` -- LOCK TABLES `vtiger_accountrating` WRITE; /*!40000 ALTER TABLE `vtiger_accountrating` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountrating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountregion` -- DROP TABLE IF EXISTS `vtiger_accountregion`; CREATE TABLE `vtiger_accountregion` ( `accountregionid` int(19) NOT NULL auto_increment, `region` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`accountregionid`), UNIQUE KEY `accountregion_region_idx` (`region`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountregion` -- LOCK TABLES `vtiger_accountregion` WRITE; /*!40000 ALTER TABLE `vtiger_accountregion` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountregion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountscf` -- DROP TABLE IF EXISTS `vtiger_accountscf`; CREATE TABLE `vtiger_accountscf` ( `accountid` int(19) NOT NULL default '0', PRIMARY KEY (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountscf` -- LOCK TABLES `vtiger_accountscf` WRITE; /*!40000 ALTER TABLE `vtiger_accountscf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountscf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accountshipads` -- DROP TABLE IF EXISTS `vtiger_accountshipads`; CREATE TABLE `vtiger_accountshipads` ( `street` varchar(250) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accountshipads` -- LOCK TABLES `vtiger_accountshipads` WRITE; /*!40000 ALTER TABLE `vtiger_accountshipads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accountshipads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accounttype` -- DROP TABLE IF EXISTS `vtiger_accounttype`; CREATE TABLE `vtiger_accounttype` ( `accounttypeid` int(19) NOT NULL auto_increment, `accounttype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`accounttypeid`), UNIQUE KEY `accounttype_accounttype_idx` (`accounttype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accounttype` -- LOCK TABLES `vtiger_accounttype` WRITE; /*!40000 ALTER TABLE `vtiger_accounttype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_accounttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_accounttype_seq` -- DROP TABLE IF EXISTS `vtiger_accounttype_seq`; CREATE TABLE `vtiger_accounttype_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_accounttype_seq` -- LOCK TABLES `vtiger_accounttype_seq` WRITE; /*!40000 ALTER TABLE `vtiger_accounttype_seq` DISABLE KEYS */; INSERT INTO `vtiger_accounttype_seq` VALUES (11); /*!40000 ALTER TABLE `vtiger_accounttype_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_actionmapping` -- DROP TABLE IF EXISTS `vtiger_actionmapping`; CREATE TABLE `vtiger_actionmapping` ( `actionid` int(19) NOT NULL default '0', `actionname` varchar(200) NOT NULL default '', `securitycheck` int(19) default NULL, PRIMARY KEY (`actionid`,`actionname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_actionmapping` -- LOCK TABLES `vtiger_actionmapping` WRITE; /*!40000 ALTER TABLE `vtiger_actionmapping` DISABLE KEYS */; INSERT INTO `vtiger_actionmapping` VALUES (0,'Save',0),(1,'EditView',0),(2,'Delete',0),(3,'index',0),(4,'DetailView',0),(5,'Import',0),(6,'Export',0),(8,'Merge',0),(1,'VendorEditView',1),(4,'VendorDetailView',1),(0,'SaveVendor',1),(2,'DeleteVendor',1),(1,'PriceBookEditView',1),(4,'PriceBookDetailView',1),(0,'SavePriceBook',1),(2,'DeletePriceBook',1),(9,'ConvertLead',0),(1,'DetailViewAjax',1),(4,'TagCloud',1),(1,'QuickCreate',1),(3,'Popup',1); /*!40000 ALTER TABLE `vtiger_actionmapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activity` -- DROP TABLE IF EXISTS `vtiger_activity`; CREATE TABLE `vtiger_activity` ( `visibility` varchar(50) NOT NULL default 'all' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activity` -- LOCK TABLES `vtiger_activity` WRITE; /*!40000 ALTER TABLE `vtiger_activity` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activity_reminder` -- DROP TABLE IF EXISTS `vtiger_activity_reminder`; CREATE TABLE `vtiger_activity_reminder` ( `activity_id` int(11) NOT NULL default '0', `reminder_time` int(11) NOT NULL default '0', `reminder_sent` int(2) NOT NULL default '0', `recurringid` int(19) NOT NULL default '0', PRIMARY KEY (`activity_id`,`recurringid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activity_reminder` -- LOCK TABLES `vtiger_activity_reminder` WRITE; /*!40000 ALTER TABLE `vtiger_activity_reminder` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activity_reminder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activity_view` -- DROP TABLE IF EXISTS `vtiger_activity_view`; CREATE TABLE `vtiger_activity_view` ( `activity_viewid` int(19) NOT NULL auto_increment, `activity_view` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`activity_viewid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activity_view` -- LOCK TABLES `vtiger_activity_view` WRITE; /*!40000 ALTER TABLE `vtiger_activity_view` DISABLE KEYS */; INSERT INTO `vtiger_activity_view` VALUES (1,'Today',0,1),(2,'This Week',1,1),(3,'This Month',2,1),(4,'This Year',3,1); /*!40000 ALTER TABLE `vtiger_activity_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activity_view_seq` -- DROP TABLE IF EXISTS `vtiger_activity_view_seq`; CREATE TABLE `vtiger_activity_view_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activity_view_seq` -- LOCK TABLES `vtiger_activity_view_seq` WRITE; /*!40000 ALTER TABLE `vtiger_activity_view_seq` DISABLE KEYS */; INSERT INTO `vtiger_activity_view_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_activity_view_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activitygrouprelation` -- DROP TABLE IF EXISTS `vtiger_activitygrouprelation`; CREATE TABLE `vtiger_activitygrouprelation` ( `activityid` int(19) NOT NULL default '0', KEY `activitygrouprelation_activityid_idx` (`activityid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activitygrouprelation` -- LOCK TABLES `vtiger_activitygrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_activitygrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activitygrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activityproductrel` -- DROP TABLE IF EXISTS `vtiger_activityproductrel`; CREATE TABLE `vtiger_activityproductrel` ( `activityid` int(19) NOT NULL default '0', KEY `activityproductrel_activityid_idx` (`activityid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activityproductrel` -- LOCK TABLES `vtiger_activityproductrel` WRITE; /*!40000 ALTER TABLE `vtiger_activityproductrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activityproductrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activitytype` -- DROP TABLE IF EXISTS `vtiger_activitytype`; CREATE TABLE `vtiger_activitytype` ( `activitytypeid` int(19) NOT NULL auto_increment, `activitytype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`activitytypeid`), UNIQUE KEY `activitytype_activitytype_idx` (`activitytype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activitytype` -- LOCK TABLES `vtiger_activitytype` WRITE; /*!40000 ALTER TABLE `vtiger_activitytype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activitytype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activitytype_seq` -- DROP TABLE IF EXISTS `vtiger_activitytype_seq`; CREATE TABLE `vtiger_activitytype_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activitytype_seq` -- LOCK TABLES `vtiger_activitytype_seq` WRITE; /*!40000 ALTER TABLE `vtiger_activitytype_seq` DISABLE KEYS */; INSERT INTO `vtiger_activitytype_seq` VALUES (2); /*!40000 ALTER TABLE `vtiger_activitytype_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_activsubtype` -- DROP TABLE IF EXISTS `vtiger_activsubtype`; CREATE TABLE `vtiger_activsubtype` ( `activesubtypeid` int(19) NOT NULL auto_increment, `activsubtype` varchar(100) default NULL, `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`activesubtypeid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_activsubtype` -- LOCK TABLES `vtiger_activsubtype` WRITE; /*!40000 ALTER TABLE `vtiger_activsubtype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_activsubtype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_announcement` -- DROP TABLE IF EXISTS `vtiger_announcement`; CREATE TABLE `vtiger_announcement` ( `creatorid` int(19) NOT NULL default '0', `announcement` text, `title` varchar(255) default NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`creatorid`), KEY `announcement_creatorid_idx` (`creatorid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_announcement` -- LOCK TABLES `vtiger_announcement` WRITE; /*!40000 ALTER TABLE `vtiger_announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_attachments` -- DROP TABLE IF EXISTS `vtiger_attachments`; CREATE TABLE `vtiger_attachments` ( `attachmentsid` int(19) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `description` varchar(100) default NULL, `type` varchar(100) default NULL, KEY `attachments_attachmentsid_idx` (`attachmentsid`), KEY `attachments_description_name_type_attachmentsid_idx` (`description`,`name`,`type`,`attachmentsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_attachments` -- LOCK TABLES `vtiger_attachments` WRITE; /*!40000 ALTER TABLE `vtiger_attachments` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_attachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_audit_trial` -- DROP TABLE IF EXISTS `vtiger_audit_trial`; CREATE TABLE `vtiger_audit_trial` ( `auditid` int(19) NOT NULL default '0', `userid` int(19) default NULL, `module` varchar(255) default NULL, `action` varchar(255) default NULL, `recordid` varchar(20) default NULL, `actiondate` datetime default NULL, PRIMARY KEY (`auditid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_audit_trial` -- LOCK TABLES `vtiger_audit_trial` WRITE; /*!40000 ALTER TABLE `vtiger_audit_trial` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_audit_trial` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_blocks` -- DROP TABLE IF EXISTS `vtiger_blocks`; CREATE TABLE `vtiger_blocks` ( `blockid` int(19) NOT NULL default '0', `tabid` int(19) NOT NULL default '0', `blocklabel` varchar(100) NOT NULL default '', `sequence` int(10) default NULL, `show_title` int(2) default NULL, `visible` int(2) NOT NULL default '0', `create_view` int(2) NOT NULL default '0', `edit_view` int(2) NOT NULL default '0', `detail_view` int(2) NOT NULL default '0', PRIMARY KEY (`blockid`), KEY `block_tabid_idx` (`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_blocks` -- LOCK TABLES `vtiger_blocks` WRITE; /*!40000 ALTER TABLE `vtiger_blocks` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_blocks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_businesstype` -- DROP TABLE IF EXISTS `vtiger_businesstype`; CREATE TABLE `vtiger_businesstype` ( `businesstypeid` int(19) NOT NULL auto_increment, `businesstype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`businesstypeid`), UNIQUE KEY `businesstype_businesstype_idx` (`businesstype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_businesstype` -- LOCK TABLES `vtiger_businesstype` WRITE; /*!40000 ALTER TABLE `vtiger_businesstype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_businesstype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaign` -- DROP TABLE IF EXISTS `vtiger_campaign`; CREATE TABLE `vtiger_campaign` ( `campaignname` varchar(255) default NULL, `campaigntype` varchar(255) default NULL, `campaignstatus` varchar(255) default NULL, `expectedrevenue` decimal(11,3) default NULL, `budgetcost` decimal(11,3) default NULL, `actualcost` decimal(11,3) default NULL, `expectedresponse` varchar(255) default NULL, `numsent` decimal(11,0) default NULL, `product_id` int(19) default NULL, `sponsor` varchar(255) default NULL, `targetaudience` varchar(255) default NULL, `targetsize` int(19) default NULL, `expectedresponsecount` int(19) default NULL, `expectedsalescount` int(19) default NULL, `expectedroi` decimal(11,3) default NULL, `actualresponsecount` int(19) default NULL, `actualsalescount` int(19) default NULL, `actualroi` decimal(11,3) default NULL, `campaignid` int(19) NOT NULL default '0', `closingdate` date default NULL, PRIMARY KEY (`campaignid`), KEY `campaign_campaignstatus_idx` (`campaignstatus`), KEY `campaign_campaignname_idx` (`campaignname`), KEY `campaign_campaignid_idx` (`campaignid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaign` -- LOCK TABLES `vtiger_campaign` WRITE; /*!40000 ALTER TABLE `vtiger_campaign` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaigncontrel` -- DROP TABLE IF EXISTS `vtiger_campaigncontrel`; CREATE TABLE `vtiger_campaigncontrel` ( `campaignid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaigncontrel` -- LOCK TABLES `vtiger_campaigncontrel` WRITE; /*!40000 ALTER TABLE `vtiger_campaigncontrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaigncontrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaigngrouprelation` -- DROP TABLE IF EXISTS `vtiger_campaigngrouprelation`; CREATE TABLE `vtiger_campaigngrouprelation` ( `campaignid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaigngrouprelation` -- LOCK TABLES `vtiger_campaigngrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_campaigngrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaigngrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaignleadrel` -- DROP TABLE IF EXISTS `vtiger_campaignleadrel`; CREATE TABLE `vtiger_campaignleadrel` ( `campaignid` int(19) NOT NULL default '0', KEY `campaignleadrel_leadid_campaignid_idx` (`campaignid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaignleadrel` -- LOCK TABLES `vtiger_campaignleadrel` WRITE; /*!40000 ALTER TABLE `vtiger_campaignleadrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaignleadrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaignscf` -- DROP TABLE IF EXISTS `vtiger_campaignscf`; CREATE TABLE `vtiger_campaignscf` ( `campaignid` int(19) NOT NULL default '0', PRIMARY KEY (`campaignid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaignscf` -- LOCK TABLES `vtiger_campaignscf` WRITE; /*!40000 ALTER TABLE `vtiger_campaignscf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaignscf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaignstatus` -- DROP TABLE IF EXISTS `vtiger_campaignstatus`; CREATE TABLE `vtiger_campaignstatus` ( `campaignstatusid` int(19) NOT NULL auto_increment, `campaignstatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`campaignstatusid`), KEY `campaignstatus_campaignstatus_idx` (`campaignstatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaignstatus` -- LOCK TABLES `vtiger_campaignstatus` WRITE; /*!40000 ALTER TABLE `vtiger_campaignstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaignstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaignstatus_seq` -- DROP TABLE IF EXISTS `vtiger_campaignstatus_seq`; CREATE TABLE `vtiger_campaignstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaignstatus_seq` -- LOCK TABLES `vtiger_campaignstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_campaignstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_campaignstatus_seq` VALUES (6); /*!40000 ALTER TABLE `vtiger_campaignstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaigntype` -- DROP TABLE IF EXISTS `vtiger_campaigntype`; CREATE TABLE `vtiger_campaigntype` ( `campaigntypeid` int(19) NOT NULL auto_increment, `campaigntype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`campaigntypeid`), UNIQUE KEY `campaigntype_campaigntype_idx` (`campaigntype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaigntype` -- LOCK TABLES `vtiger_campaigntype` WRITE; /*!40000 ALTER TABLE `vtiger_campaigntype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_campaigntype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_campaigntype_seq` -- DROP TABLE IF EXISTS `vtiger_campaigntype_seq`; CREATE TABLE `vtiger_campaigntype_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_campaigntype_seq` -- LOCK TABLES `vtiger_campaigntype_seq` WRITE; /*!40000 ALTER TABLE `vtiger_campaigntype_seq` DISABLE KEYS */; INSERT INTO `vtiger_campaigntype_seq` VALUES (13); /*!40000 ALTER TABLE `vtiger_campaigntype_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_carrier` -- DROP TABLE IF EXISTS `vtiger_carrier`; CREATE TABLE `vtiger_carrier` ( `carrierid` int(19) NOT NULL auto_increment, `carrier` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`carrierid`), UNIQUE KEY `carrier_carrier_idx` (`carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_carrier` -- LOCK TABLES `vtiger_carrier` WRITE; /*!40000 ALTER TABLE `vtiger_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_carrier_seq` -- DROP TABLE IF EXISTS `vtiger_carrier_seq`; CREATE TABLE `vtiger_carrier_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_carrier_seq` -- LOCK TABLES `vtiger_carrier_seq` WRITE; /*!40000 ALTER TABLE `vtiger_carrier_seq` DISABLE KEYS */; INSERT INTO `vtiger_carrier_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_carrier_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_chat_msg` -- DROP TABLE IF EXISTS `vtiger_chat_msg`; CREATE TABLE `vtiger_chat_msg` ( `chat_from` int(20) NOT NULL default '0', `chat_to` int(20) NOT NULL default '0', `born` datetime default NULL, KEY `chat_msg_chat_from_idx` (`chat_from`), KEY `chat_msg_chat_to_idx` (`chat_to`), KEY `chat_msg_born_idx` (`born`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_chat_msg` -- LOCK TABLES `vtiger_chat_msg` WRITE; /*!40000 ALTER TABLE `vtiger_chat_msg` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_chat_msg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_chat_pchat` -- DROP TABLE IF EXISTS `vtiger_chat_pchat`; CREATE TABLE `vtiger_chat_pchat` ( `msg` int(20) default '0', UNIQUE KEY `chat_pchat_msg_idx` (`msg`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_chat_pchat` -- LOCK TABLES `vtiger_chat_pchat` WRITE; /*!40000 ALTER TABLE `vtiger_chat_pchat` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_chat_pchat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_chat_pvchat` -- DROP TABLE IF EXISTS `vtiger_chat_pvchat`; CREATE TABLE `vtiger_chat_pvchat` ( `msg` int(20) default '0', UNIQUE KEY `chat_pvchat_msg_idx` (`msg`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_chat_pvchat` -- LOCK TABLES `vtiger_chat_pvchat` WRITE; /*!40000 ALTER TABLE `vtiger_chat_pvchat` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_chat_pvchat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_chat_users` -- DROP TABLE IF EXISTS `vtiger_chat_users`; CREATE TABLE `vtiger_chat_users` ( `id` int(20) NOT NULL auto_increment, `nick` varchar(50) NOT NULL default '', `session` varchar(50) NOT NULL default '', `ip` varchar(20) NOT NULL default '000.000.000.000', `ping` datetime default NULL, PRIMARY KEY (`id`), KEY `chat_users_nick_idx` (`nick`), KEY `chat_users_session_idx` (`session`), KEY `chat_users_ping_idx` (`ping`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_chat_users` -- LOCK TABLES `vtiger_chat_users` WRITE; /*!40000 ALTER TABLE `vtiger_chat_users` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_cntactivityrel` -- DROP TABLE IF EXISTS `vtiger_cntactivityrel`; CREATE TABLE `vtiger_cntactivityrel` ( `activityid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_cntactivityrel` -- LOCK TABLES `vtiger_cntactivityrel` WRITE; /*!40000 ALTER TABLE `vtiger_cntactivityrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_cntactivityrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_competitor` -- DROP TABLE IF EXISTS `vtiger_competitor`; CREATE TABLE `vtiger_competitor` ( `weakness` varchar(250) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_competitor` -- LOCK TABLES `vtiger_competitor` WRITE; /*!40000 ALTER TABLE `vtiger_competitor` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_competitor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contactaddress` -- DROP TABLE IF EXISTS `vtiger_contactaddress`; CREATE TABLE `vtiger_contactaddress` ( `otherpobox` varchar(30) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contactaddress` -- LOCK TABLES `vtiger_contactaddress` WRITE; /*!40000 ALTER TABLE `vtiger_contactaddress` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contactaddress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contactdetails` -- DROP TABLE IF EXISTS `vtiger_contactdetails`; CREATE TABLE `vtiger_contactdetails` ( `notify_owner` char(3) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contactdetails` -- LOCK TABLES `vtiger_contactdetails` WRITE; /*!40000 ALTER TABLE `vtiger_contactdetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contactgrouprelation` -- DROP TABLE IF EXISTS `vtiger_contactgrouprelation`; CREATE TABLE `vtiger_contactgrouprelation` ( `contactid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contactgrouprelation` -- LOCK TABLES `vtiger_contactgrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_contactgrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contactgrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contactscf` -- DROP TABLE IF EXISTS `vtiger_contactscf`; CREATE TABLE `vtiger_contactscf` ( `contactid` int(19) NOT NULL default '0', PRIMARY KEY (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contactscf` -- LOCK TABLES `vtiger_contactscf` WRITE; /*!40000 ALTER TABLE `vtiger_contactscf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contactscf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contactsubdetails` -- DROP TABLE IF EXISTS `vtiger_contactsubdetails`; CREATE TABLE `vtiger_contactsubdetails` ( `leadsource` varchar(50) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contactsubdetails` -- LOCK TABLES `vtiger_contactsubdetails` WRITE; /*!40000 ALTER TABLE `vtiger_contactsubdetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contactsubdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contacttype` -- DROP TABLE IF EXISTS `vtiger_contacttype`; CREATE TABLE `vtiger_contacttype` ( `contacttypeid` int(19) NOT NULL auto_increment, `contacttype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`contacttypeid`), UNIQUE KEY `contacttype_contacttype_idx` (`contacttype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contacttype` -- LOCK TABLES `vtiger_contacttype` WRITE; /*!40000 ALTER TABLE `vtiger_contacttype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contacttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_contpotentialrel` -- DROP TABLE IF EXISTS `vtiger_contpotentialrel`; CREATE TABLE `vtiger_contpotentialrel` ( `contactid` int(19) NOT NULL default '0', KEY `contpotentialrel_contactid_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_contpotentialrel` -- LOCK TABLES `vtiger_contpotentialrel` WRITE; /*!40000 ALTER TABLE `vtiger_contpotentialrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_contpotentialrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_convertleadmapping` -- DROP TABLE IF EXISTS `vtiger_convertleadmapping`; CREATE TABLE `vtiger_convertleadmapping` ( `cfmid` int(19) NOT NULL auto_increment, `leadfid` int(19) NOT NULL default '0', `accountfid` int(19) default NULL, `contactfid` int(19) default NULL, `potentialfid` int(19) default NULL, PRIMARY KEY (`cfmid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_convertleadmapping` -- LOCK TABLES `vtiger_convertleadmapping` WRITE; /*!40000 ALTER TABLE `vtiger_convertleadmapping` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_convertleadmapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_crmentity` -- DROP TABLE IF EXISTS `vtiger_crmentity`; CREATE TABLE `vtiger_crmentity` ( `crmid` int(19) NOT NULL default '0', `smcreatorid` int(19) NOT NULL default '0', `smownerid` int(19) NOT NULL default '0', `modifiedby` int(19) NOT NULL default '0', `setype` varchar(30) NOT NULL default '', `description` text, `createdtime` datetime NOT NULL default '0000-00-00 00:00:00', `modifiedtime` datetime NOT NULL default '0000-00-00 00:00:00', `viewedtime` datetime default NULL, `status` varchar(50) default NULL, `version` int(19) NOT NULL default '0', `presence` int(1) default '1', `deleted` int(1) NOT NULL default '0', PRIMARY KEY (`crmid`), KEY `crmentity_smcreatorid_idx` (`smcreatorid`), KEY `crmentity_smownerid_idx` (`smownerid`), KEY `crmentity_modifiedby_idx` (`modifiedby`), KEY `crmentity_deleted_smownerid_idx` (`deleted`,`smownerid`), KEY `crmentity_smownerid_deleted_idx` (`smownerid`,`deleted`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_crmentity` -- LOCK TABLES `vtiger_crmentity` WRITE; /*!40000 ALTER TABLE `vtiger_crmentity` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_crmentity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_crmentity_seq` -- DROP TABLE IF EXISTS `vtiger_crmentity_seq`; CREATE TABLE `vtiger_crmentity_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_crmentity_seq` -- LOCK TABLES `vtiger_crmentity_seq` WRITE; /*!40000 ALTER TABLE `vtiger_crmentity_seq` DISABLE KEYS */; INSERT INTO `vtiger_crmentity_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_crmentity_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_crmentitynotesrel` -- DROP TABLE IF EXISTS `vtiger_crmentitynotesrel`; CREATE TABLE `vtiger_crmentitynotesrel` ( `crmid` int(19) NOT NULL default '0', KEY `crmentitynotesrel_crmid_idx` (`crmid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_crmentitynotesrel` -- LOCK TABLES `vtiger_crmentitynotesrel` WRITE; /*!40000 ALTER TABLE `vtiger_crmentitynotesrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_crmentitynotesrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_currency` -- DROP TABLE IF EXISTS `vtiger_currency`; CREATE TABLE `vtiger_currency` ( `currencyid` int(19) NOT NULL auto_increment, `currency` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`currencyid`), UNIQUE KEY `currency_currency_idx` (`currency`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_currency` -- LOCK TABLES `vtiger_currency` WRITE; /*!40000 ALTER TABLE `vtiger_currency` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_currency_info` -- DROP TABLE IF EXISTS `vtiger_currency_info`; CREATE TABLE `vtiger_currency_info` ( `id` int(11) NOT NULL auto_increment, `currency_name` varchar(100) default NULL, `currency_code` varchar(100) default NULL, `currency_symbol` varchar(30) default NULL, `conversion_rate` decimal(10,3) default NULL, `currency_status` varchar(25) default NULL, `defaultid` varchar(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_currency_info` -- LOCK TABLES `vtiger_currency_info` WRITE; /*!40000 ALTER TABLE `vtiger_currency_info` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_currency_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_currency_info_seq` -- DROP TABLE IF EXISTS `vtiger_currency_info_seq`; CREATE TABLE `vtiger_currency_info_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_currency_info_seq` -- LOCK TABLES `vtiger_currency_info_seq` WRITE; /*!40000 ALTER TABLE `vtiger_currency_info_seq` DISABLE KEYS */; INSERT INTO `vtiger_currency_info_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_currency_info_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_currency_seq` -- DROP TABLE IF EXISTS `vtiger_currency_seq`; CREATE TABLE `vtiger_currency_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_currency_seq` -- LOCK TABLES `vtiger_currency_seq` WRITE; /*!40000 ALTER TABLE `vtiger_currency_seq` DISABLE KEYS */; INSERT INTO `vtiger_currency_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_currency_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_customaction` -- DROP TABLE IF EXISTS `vtiger_customaction`; CREATE TABLE `vtiger_customaction` ( `cvid` int(19) NOT NULL default '0', `subject` varchar(250) NOT NULL default '', `module` varchar(50) NOT NULL default '', KEY `customaction_cvid_idx` (`cvid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_customaction` -- LOCK TABLES `vtiger_customaction` WRITE; /*!40000 ALTER TABLE `vtiger_customaction` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_customaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_customerdetails` -- DROP TABLE IF EXISTS `vtiger_customerdetails`; CREATE TABLE `vtiger_customerdetails` ( `support_end_date` date default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_customerdetails` -- LOCK TABLES `vtiger_customerdetails` WRITE; /*!40000 ALTER TABLE `vtiger_customerdetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_customerdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_customview` -- DROP TABLE IF EXISTS `vtiger_customview`; CREATE TABLE `vtiger_customview` ( `cvid` int(19) NOT NULL default '0', `viewname` varchar(100) NOT NULL default '', `setdefault` int(1) default '0', `setmetrics` int(1) default '0', `entitytype` varchar(100) NOT NULL default '', PRIMARY KEY (`cvid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_customview` -- LOCK TABLES `vtiger_customview` WRITE; /*!40000 ALTER TABLE `vtiger_customview` DISABLE KEYS */; INSERT INTO `vtiger_customview` VALUES (1,'All',1,0,'Leads'),(2,'Hot Leads',0,1,'Leads'),(3,'This Month Leads',0,0,'Leads'),(4,'All',1,0,'Accounts'),(5,'Prospect Accounts',0,1,'Accounts'),(6,'New This Week',0,0,'Accounts'),(7,'All',1,0,'Contacts'),(8,'Contacts Address',0,0,'Contacts'),(9,'Todays Birthday',0,0,'Contacts'),(10,'All',1,0,'Potentials'),(11,'Potentials Won',0,1,'Potentials'),(12,'Prospecting',0,0,'Potentials'),(13,'All',1,0,'HelpDesk'),(14,'Open Tickets',0,1,'HelpDesk'),(15,'High Prioriy Tickets',0,0,'HelpDesk'),(16,'All',1,0,'Quotes'),(17,'Open Quotes',0,1,'Quotes'),(18,'Rejected Quotes',0,0,'Quotes'),(19,'All',1,0,'Calendar'),(20,'All',1,0,'Emails'),(21,'All',1,0,'Invoice'),(22,'All',1,0,'Notes'),(23,'All',1,0,'PriceBooks'),(24,'All',1,0,'Products'),(25,'All',1,0,'PurchaseOrder'),(26,'All',1,0,'SalesOrder'),(27,'All',1,0,'Vendors'),(28,'All',1,0,'Faq'),(29,'All',1,0,'Campaigns'),(30,'All',1,0,'Webmails'),(31,'Drafted FAQ',0,0,'Faq'),(32,'Published FAQ',0,0,'Faq'),(33,'Open Purchase Orders',0,0,'PurchaseOrder'),(34,'Received Purchase Orders',0,0,'PurchaseOrder'),(35,'Open Invoices',0,0,'Invoice'),(36,'Paid Invoices',0,0,'Invoice'),(37,'Pending Sales Orders',0,0,'SalesOrder'); /*!40000 ALTER TABLE `vtiger_customview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_customview_seq` -- DROP TABLE IF EXISTS `vtiger_customview_seq`; CREATE TABLE `vtiger_customview_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_customview_seq` -- LOCK TABLES `vtiger_customview_seq` WRITE; /*!40000 ALTER TABLE `vtiger_customview_seq` DISABLE KEYS */; INSERT INTO `vtiger_customview_seq` VALUES (37); /*!40000 ALTER TABLE `vtiger_customview_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_cvadvfilter` -- DROP TABLE IF EXISTS `vtiger_cvadvfilter`; CREATE TABLE `vtiger_cvadvfilter` ( `value` varchar(200) default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_cvadvfilter` -- LOCK TABLES `vtiger_cvadvfilter` WRITE; /*!40000 ALTER TABLE `vtiger_cvadvfilter` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_cvadvfilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_cvcolumnlist` -- DROP TABLE IF EXISTS `vtiger_cvcolumnlist`; CREATE TABLE `vtiger_cvcolumnlist` ( `columnname` varchar(250) default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_cvcolumnlist` -- LOCK TABLES `vtiger_cvcolumnlist` WRITE; /*!40000 ALTER TABLE `vtiger_cvcolumnlist` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_cvcolumnlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_cvstdfilter` -- DROP TABLE IF EXISTS `vtiger_cvstdfilter`; CREATE TABLE `vtiger_cvstdfilter` ( `enddate` date default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_cvstdfilter` -- LOCK TABLES `vtiger_cvstdfilter` WRITE; /*!40000 ALTER TABLE `vtiger_cvstdfilter` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_cvstdfilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_grp2grp` -- DROP TABLE IF EXISTS `vtiger_datashare_grp2grp`; CREATE TABLE `vtiger_datashare_grp2grp` ( `shareid` int(19) NOT NULL default '0', `share_groupid` int(19) default NULL, `to_groupid` int(19) default NULL, KEY `datashare_grp2grp_share_groupid_idx` (`share_groupid`), KEY `datashare_grp2grp_to_groupid_idx` (`to_groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_grp2grp` -- LOCK TABLES `vtiger_datashare_grp2grp` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_grp2grp` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_grp2grp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_grp2role` -- DROP TABLE IF EXISTS `vtiger_datashare_grp2role`; CREATE TABLE `vtiger_datashare_grp2role` ( `shareid` int(19) NOT NULL default '0', `share_groupid` int(19) default NULL, `to_roleid` varchar(255) default NULL, KEY `idx_datashare_grp2role_share_groupid` (`share_groupid`), KEY `idx_datashare_grp2role_to_roleid` (`to_roleid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_grp2role` -- LOCK TABLES `vtiger_datashare_grp2role` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_grp2role` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_grp2role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_grp2rs` -- DROP TABLE IF EXISTS `vtiger_datashare_grp2rs`; CREATE TABLE `vtiger_datashare_grp2rs` ( `shareid` int(19) NOT NULL default '0', `share_groupid` int(19) default NULL, `to_roleandsubid` varchar(255) default NULL, KEY `datashare_grp2rs_share_groupid_idx` (`share_groupid`), KEY `datashare_grp2rs_to_roleandsubid_idx` (`to_roleandsubid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_grp2rs` -- LOCK TABLES `vtiger_datashare_grp2rs` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_grp2rs` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_grp2rs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_module_rel` -- DROP TABLE IF EXISTS `vtiger_datashare_module_rel`; CREATE TABLE `vtiger_datashare_module_rel` ( `shareid` int(19) NOT NULL default '0', `tabid` int(19) NOT NULL default '0', KEY `idx_datashare_module_rel_tabid` (`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_module_rel` -- LOCK TABLES `vtiger_datashare_module_rel` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_module_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_relatedmodule_permission` -- DROP TABLE IF EXISTS `vtiger_datashare_relatedmodule_permission`; CREATE TABLE `vtiger_datashare_relatedmodule_permission` ( `shareid` int(19) NOT NULL default '0', `datashare_relatedmodule_id` int(19) NOT NULL default '0', `permission` int(19) default NULL, PRIMARY KEY (`shareid`,`datashare_relatedmodule_id`), KEY `datashare_relatedmodule_permission_shareid_permissions_idx` (`shareid`,`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_relatedmodule_permission` -- LOCK TABLES `vtiger_datashare_relatedmodule_permission` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_relatedmodules` -- DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules`; CREATE TABLE `vtiger_datashare_relatedmodules` ( `relatedto_tabid` int(19) default NULL, KEY `datashare_relatedmodules_relatedto_tabid_idx` (`relatedto_tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_relatedmodules` -- LOCK TABLES `vtiger_datashare_relatedmodules` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_relatedmodules_seq` -- DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules_seq`; CREATE TABLE `vtiger_datashare_relatedmodules_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_relatedmodules_seq` -- LOCK TABLES `vtiger_datashare_relatedmodules_seq` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` DISABLE KEYS */; INSERT INTO `vtiger_datashare_relatedmodules_seq` VALUES (9); /*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_role2group` -- DROP TABLE IF EXISTS `vtiger_datashare_role2group`; CREATE TABLE `vtiger_datashare_role2group` ( `shareid` int(19) NOT NULL default '0', `share_roleid` varchar(255) default NULL, `to_groupid` int(19) default NULL, KEY `idx_datashare_role2group_share_roleid` (`share_roleid`), KEY `idx_datashare_role2group_to_groupid` (`to_groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_role2group` -- LOCK TABLES `vtiger_datashare_role2group` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_role2group` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_role2group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_role2role` -- DROP TABLE IF EXISTS `vtiger_datashare_role2role`; CREATE TABLE `vtiger_datashare_role2role` ( `shareid` int(19) NOT NULL default '0', `share_roleid` varchar(255) default NULL, `to_roleid` varchar(255) default NULL, KEY `datashare_role2role_share_roleid_idx` (`share_roleid`), KEY `datashare_role2role_to_roleid_idx` (`to_roleid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_role2role` -- LOCK TABLES `vtiger_datashare_role2role` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_role2role` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_role2role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_role2rs` -- DROP TABLE IF EXISTS `vtiger_datashare_role2rs`; CREATE TABLE `vtiger_datashare_role2rs` ( `shareid` int(19) NOT NULL default '0', `share_roleid` varchar(255) default NULL, `to_roleandsubid` varchar(255) default NULL, KEY `datashare_role2s_share_roleid_idx` (`share_roleid`), KEY `datashare_role2s_to_roleandsubid_idx` (`to_roleandsubid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_role2rs` -- LOCK TABLES `vtiger_datashare_role2rs` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_role2rs` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_role2rs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_rs2grp` -- DROP TABLE IF EXISTS `vtiger_datashare_rs2grp`; CREATE TABLE `vtiger_datashare_rs2grp` ( `shareid` int(19) NOT NULL default '0', `share_roleandsubid` varchar(255) default NULL, `to_groupid` int(19) default NULL, KEY `datashare_rs2grp_share_roleandsubid_idx` (`share_roleandsubid`), KEY `datashare_rs2grp_to_groupid_idx` (`to_groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_rs2grp` -- LOCK TABLES `vtiger_datashare_rs2grp` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_rs2grp` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_rs2grp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_rs2role` -- DROP TABLE IF EXISTS `vtiger_datashare_rs2role`; CREATE TABLE `vtiger_datashare_rs2role` ( `shareid` int(19) NOT NULL default '0', `share_roleandsubid` varchar(255) default NULL, `to_roleid` varchar(255) default NULL, KEY `datashare_rs2role_share_roleandsubid_idx` (`share_roleandsubid`), KEY `datashare_rs2role_to_roleid_idx` (`to_roleid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_rs2role` -- LOCK TABLES `vtiger_datashare_rs2role` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_rs2role` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_rs2role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_datashare_rs2rs` -- DROP TABLE IF EXISTS `vtiger_datashare_rs2rs`; CREATE TABLE `vtiger_datashare_rs2rs` ( `shareid` int(19) NOT NULL default '0', `share_roleandsubid` varchar(255) default NULL, `to_roleandsubid` varchar(255) default NULL, KEY `datashare_rs2rs_share_roleandsubid_idx` (`share_roleandsubid`), KEY `idx_datashare_rs2rs_to_roleandsubid_idx` (`to_roleandsubid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_datashare_rs2rs` -- LOCK TABLES `vtiger_datashare_rs2rs` WRITE; /*!40000 ALTER TABLE `vtiger_datashare_rs2rs` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_datashare_rs2rs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_date_format` -- DROP TABLE IF EXISTS `vtiger_date_format`; CREATE TABLE `vtiger_date_format` ( `date_formatid` int(19) NOT NULL auto_increment, `date_format` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`date_formatid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_date_format` -- LOCK TABLES `vtiger_date_format` WRITE; /*!40000 ALTER TABLE `vtiger_date_format` DISABLE KEYS */; INSERT INTO `vtiger_date_format` VALUES (1,'dd-mm-yyyy',0,1),(2,'mm-dd-yyyy',1,1),(3,'yyyy-mm-dd',2,1); /*!40000 ALTER TABLE `vtiger_date_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_date_format_seq` -- DROP TABLE IF EXISTS `vtiger_date_format_seq`; CREATE TABLE `vtiger_date_format_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_date_format_seq` -- LOCK TABLES `vtiger_date_format_seq` WRITE; /*!40000 ALTER TABLE `vtiger_date_format_seq` DISABLE KEYS */; INSERT INTO `vtiger_date_format_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_date_format_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_dealintimation` -- DROP TABLE IF EXISTS `vtiger_dealintimation`; CREATE TABLE `vtiger_dealintimation` ( `dealintimationid` int(19) NOT NULL default '0', `dealname` varchar(100) NOT NULL default '', `intimationamount` int(19) NOT NULL default '0', `dealprobability` decimal(3,2) NOT NULL default '0.00', `dealintimationactive` int(1) default NULL, `fromname` varchar(120) NOT NULL default '', `fromemailid` varchar(100) NOT NULL default '', `notifyemails` varchar(50) NOT NULL default '', `notifybccemails` varchar(50) NOT NULL default '', `notifyccmails` varchar(50) NOT NULL default '', `notifypotentialowner` int(1) default NULL, PRIMARY KEY (`dealintimationid`), UNIQUE KEY `dealintimation_dealname_idx` (`dealname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_dealintimation` -- LOCK TABLES `vtiger_dealintimation` WRITE; /*!40000 ALTER TABLE `vtiger_dealintimation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_dealintimation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_def_org_field` -- DROP TABLE IF EXISTS `vtiger_def_org_field`; CREATE TABLE `vtiger_def_org_field` ( `tabid` int(10) default NULL, `fieldid` int(19) NOT NULL default '0', `visible` int(19) default NULL, `readonly` int(19) default NULL, PRIMARY KEY (`fieldid`), KEY `def_org_field_tabid_fieldid_idx` (`tabid`,`fieldid`), KEY `def_org_field_tabid_idx` (`tabid`), KEY `def_org_field_visible_fieldid_idx` (`visible`,`fieldid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_def_org_field` -- LOCK TABLES `vtiger_def_org_field` WRITE; /*!40000 ALTER TABLE `vtiger_def_org_field` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_def_org_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_def_org_share` -- DROP TABLE IF EXISTS `vtiger_def_org_share`; CREATE TABLE `vtiger_def_org_share` ( `tabid` int(11) NOT NULL default '0', `permission` int(19) default NULL, KEY `fk_1_vtiger_def_org_share` (`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_def_org_share` -- LOCK TABLES `vtiger_def_org_share` WRITE; /*!40000 ALTER TABLE `vtiger_def_org_share` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_def_org_share` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_def_org_share_seq` -- DROP TABLE IF EXISTS `vtiger_def_org_share_seq`; CREATE TABLE `vtiger_def_org_share_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_def_org_share_seq` -- LOCK TABLES `vtiger_def_org_share_seq` WRITE; /*!40000 ALTER TABLE `vtiger_def_org_share_seq` DISABLE KEYS */; INSERT INTO `vtiger_def_org_share_seq` VALUES (12); /*!40000 ALTER TABLE `vtiger_def_org_share_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_defaultcv` -- DROP TABLE IF EXISTS `vtiger_defaultcv`; CREATE TABLE `vtiger_defaultcv` ( `query` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_defaultcv` -- LOCK TABLES `vtiger_defaultcv` WRITE; /*!40000 ALTER TABLE `vtiger_defaultcv` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_defaultcv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_downloadpurpose` -- DROP TABLE IF EXISTS `vtiger_downloadpurpose`; CREATE TABLE `vtiger_downloadpurpose` ( `downloadpurposeid` int(19) NOT NULL auto_increment, `purpose` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`downloadpurposeid`), UNIQUE KEY `downloadpurpose_purpose_idx` (`purpose`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_downloadpurpose` -- LOCK TABLES `vtiger_downloadpurpose` WRITE; /*!40000 ALTER TABLE `vtiger_downloadpurpose` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_downloadpurpose` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_duration_minutes` -- DROP TABLE IF EXISTS `vtiger_duration_minutes`; CREATE TABLE `vtiger_duration_minutes` ( `minutesid` int(19) NOT NULL auto_increment, `duration_minutes` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`minutesid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_duration_minutes` -- LOCK TABLES `vtiger_duration_minutes` WRITE; /*!40000 ALTER TABLE `vtiger_duration_minutes` DISABLE KEYS */; INSERT INTO `vtiger_duration_minutes` VALUES (1,'00',0,1),(2,'15',1,1),(3,'30',2,1),(4,'45',3,1); /*!40000 ALTER TABLE `vtiger_duration_minutes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_duration_minutes_seq` -- DROP TABLE IF EXISTS `vtiger_duration_minutes_seq`; CREATE TABLE `vtiger_duration_minutes_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_duration_minutes_seq` -- LOCK TABLES `vtiger_duration_minutes_seq` WRITE; /*!40000 ALTER TABLE `vtiger_duration_minutes_seq` DISABLE KEYS */; INSERT INTO `vtiger_duration_minutes_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_duration_minutes_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_durationhrs` -- DROP TABLE IF EXISTS `vtiger_durationhrs`; CREATE TABLE `vtiger_durationhrs` ( `hrsid` int(19) NOT NULL auto_increment, `hrs` varchar(50) default NULL, `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`hrsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_durationhrs` -- LOCK TABLES `vtiger_durationhrs` WRITE; /*!40000 ALTER TABLE `vtiger_durationhrs` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_durationhrs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_durationmins` -- DROP TABLE IF EXISTS `vtiger_durationmins`; CREATE TABLE `vtiger_durationmins` ( `minsid` int(19) NOT NULL auto_increment, `mins` varchar(50) default NULL, `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`minsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_durationmins` -- LOCK TABLES `vtiger_durationmins` WRITE; /*!40000 ALTER TABLE `vtiger_durationmins` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_durationmins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_emaildetails` -- DROP TABLE IF EXISTS `vtiger_emaildetails`; CREATE TABLE `vtiger_emaildetails` ( `emailid` int(19) NOT NULL default '0', `from_email` varchar(50) NOT NULL default '', `to_email` text, `cc_email` text, `bcc_email` text, `assigned_user_email` varchar(50) NOT NULL default '', `idlists` varchar(50) NOT NULL default '', `email_flag` varchar(50) NOT NULL default '', PRIMARY KEY (`emailid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_emaildetails` -- LOCK TABLES `vtiger_emaildetails` WRITE; /*!40000 ALTER TABLE `vtiger_emaildetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_emaildetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_emailtemplates` -- DROP TABLE IF EXISTS `vtiger_emailtemplates`; CREATE TABLE `vtiger_emailtemplates` ( `foldername` varchar(100) default NULL, `templatename` varchar(100) default NULL, `subject` varchar(100) default NULL, `description` text, `body` text, `deleted` int(1) NOT NULL default '0', `templateid` int(19) NOT NULL auto_increment, PRIMARY KEY (`templateid`), KEY `emailtemplates_foldernamd_templatename_subject_idx` (`foldername`,`templatename`,`subject`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_emailtemplates` -- LOCK TABLES `vtiger_emailtemplates` WRITE; /*!40000 ALTER TABLE `vtiger_emailtemplates` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_emailtemplates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_emailtemplates_seq` -- DROP TABLE IF EXISTS `vtiger_emailtemplates_seq`; CREATE TABLE `vtiger_emailtemplates_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_emailtemplates_seq` -- LOCK TABLES `vtiger_emailtemplates_seq` WRITE; /*!40000 ALTER TABLE `vtiger_emailtemplates_seq` DISABLE KEYS */; INSERT INTO `vtiger_emailtemplates_seq` VALUES (9); /*!40000 ALTER TABLE `vtiger_emailtemplates_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_entityname` -- DROP TABLE IF EXISTS `vtiger_entityname`; CREATE TABLE `vtiger_entityname` ( `tabid` int(19) NOT NULL default '0', `modulename` varchar(50) NOT NULL default '', `tablename` varchar(100) NOT NULL default '', `fieldname` varchar(150) NOT NULL default '', `entityidfield` varchar(150) NOT NULL default '', PRIMARY KEY (`tabid`), KEY `entityname_tabid_idx` (`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_entityname` -- LOCK TABLES `vtiger_entityname` WRITE; /*!40000 ALTER TABLE `vtiger_entityname` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_entityname` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_evaluationstatus` -- DROP TABLE IF EXISTS `vtiger_evaluationstatus`; CREATE TABLE `vtiger_evaluationstatus` ( `evalstatusid` int(19) NOT NULL auto_increment, `status` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`evalstatusid`), UNIQUE KEY `evaluationstatus_status_idx` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_evaluationstatus` -- LOCK TABLES `vtiger_evaluationstatus` WRITE; /*!40000 ALTER TABLE `vtiger_evaluationstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_evaluationstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_eventstatus` -- DROP TABLE IF EXISTS `vtiger_eventstatus`; CREATE TABLE `vtiger_eventstatus` ( `eventstatusid` int(19) NOT NULL auto_increment, `eventstatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`eventstatusid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_eventstatus` -- LOCK TABLES `vtiger_eventstatus` WRITE; /*!40000 ALTER TABLE `vtiger_eventstatus` DISABLE KEYS */; INSERT INTO `vtiger_eventstatus` VALUES (1,'Planned',0,1),(2,'Held',1,1),(3,'Not Held',2,1); /*!40000 ALTER TABLE `vtiger_eventstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_eventstatus_seq` -- DROP TABLE IF EXISTS `vtiger_eventstatus_seq`; CREATE TABLE `vtiger_eventstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_eventstatus_seq` -- LOCK TABLES `vtiger_eventstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_eventstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_eventstatus_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_eventstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_expectedresponse` -- DROP TABLE IF EXISTS `vtiger_expectedresponse`; CREATE TABLE `vtiger_expectedresponse` ( `expectedresponseid` int(19) NOT NULL auto_increment, `expectedresponse` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`expectedresponseid`), UNIQUE KEY `CampaignExpRes_UK01` (`expectedresponse`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_expectedresponse` -- LOCK TABLES `vtiger_expectedresponse` WRITE; /*!40000 ALTER TABLE `vtiger_expectedresponse` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_expectedresponse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_expectedresponse_seq` -- DROP TABLE IF EXISTS `vtiger_expectedresponse_seq`; CREATE TABLE `vtiger_expectedresponse_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_expectedresponse_seq` -- LOCK TABLES `vtiger_expectedresponse_seq` WRITE; /*!40000 ALTER TABLE `vtiger_expectedresponse_seq` DISABLE KEYS */; INSERT INTO `vtiger_expectedresponse_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_expectedresponse_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faq` -- DROP TABLE IF EXISTS `vtiger_faq`; CREATE TABLE `vtiger_faq` ( `status` varchar(100) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faq` -- LOCK TABLES `vtiger_faq` WRITE; /*!40000 ALTER TABLE `vtiger_faq` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faqcategories` -- DROP TABLE IF EXISTS `vtiger_faqcategories`; CREATE TABLE `vtiger_faqcategories` ( `faqcategories_id` int(19) NOT NULL auto_increment, `faqcategories` varchar(60) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '1', PRIMARY KEY (`faqcategories_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faqcategories` -- LOCK TABLES `vtiger_faqcategories` WRITE; /*!40000 ALTER TABLE `vtiger_faqcategories` DISABLE KEYS */; INSERT INTO `vtiger_faqcategories` VALUES (1,'General',0,1); /*!40000 ALTER TABLE `vtiger_faqcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faqcategories_seq` -- DROP TABLE IF EXISTS `vtiger_faqcategories_seq`; CREATE TABLE `vtiger_faqcategories_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faqcategories_seq` -- LOCK TABLES `vtiger_faqcategories_seq` WRITE; /*!40000 ALTER TABLE `vtiger_faqcategories_seq` DISABLE KEYS */; INSERT INTO `vtiger_faqcategories_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_faqcategories_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faqcomments` -- DROP TABLE IF EXISTS `vtiger_faqcomments`; CREATE TABLE `vtiger_faqcomments` ( `createdtime` datetime NOT NULL default '0000-00-00 00:00:00' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faqcomments` -- LOCK TABLES `vtiger_faqcomments` WRITE; /*!40000 ALTER TABLE `vtiger_faqcomments` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_faqcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faqstatus` -- DROP TABLE IF EXISTS `vtiger_faqstatus`; CREATE TABLE `vtiger_faqstatus` ( `faqstatus_id` int(19) NOT NULL auto_increment, `faqstatus` varchar(60) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '1', PRIMARY KEY (`faqstatus_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faqstatus` -- LOCK TABLES `vtiger_faqstatus` WRITE; /*!40000 ALTER TABLE `vtiger_faqstatus` DISABLE KEYS */; INSERT INTO `vtiger_faqstatus` VALUES (1,'Draft',0,1),(2,'Reviewed',1,1),(3,'Published',2,1),(4,'Obsolete',3,1); /*!40000 ALTER TABLE `vtiger_faqstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_faqstatus_seq` -- DROP TABLE IF EXISTS `vtiger_faqstatus_seq`; CREATE TABLE `vtiger_faqstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_faqstatus_seq` -- LOCK TABLES `vtiger_faqstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_faqstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_faqstatus_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_faqstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_field` -- DROP TABLE IF EXISTS `vtiger_field`; CREATE TABLE `vtiger_field` ( `tabid` int(19) NOT NULL default '0', `columnname` varchar(30) NOT NULL default '', `tablename` varchar(50) NOT NULL default '', `generatedtype` int(19) NOT NULL default '0', `uitype` varchar(30) NOT NULL default '', `fieldname` varchar(50) NOT NULL default '', `fieldlabel` varchar(50) NOT NULL default '', `readonly` int(1) NOT NULL default '0', `presence` int(19) NOT NULL default '1', `selected` int(1) NOT NULL default '0', `maximumlength` int(19) default NULL, `sequence` int(19) default NULL, `block` int(19) default NULL, `displaytype` int(19) default NULL, `typeofdata` varchar(100) default NULL, `quickcreate` int(10) NOT NULL default '1', `quickcreatesequence` int(19) default NULL, KEY `field_tabid_idx` (`tabid`), KEY `field_fieldname_idx` (`fieldname`), KEY `field_block_idx` (`block`), KEY `field_displaytype_idx` (`displaytype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_field` -- LOCK TABLES `vtiger_field` WRITE; /*!40000 ALTER TABLE `vtiger_field` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_field_seq` -- DROP TABLE IF EXISTS `vtiger_field_seq`; CREATE TABLE `vtiger_field_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_field_seq` -- LOCK TABLES `vtiger_field_seq` WRITE; /*!40000 ALTER TABLE `vtiger_field_seq` DISABLE KEYS */; INSERT INTO `vtiger_field_seq` VALUES (454); /*!40000 ALTER TABLE `vtiger_field_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_files` -- DROP TABLE IF EXISTS `vtiger_files`; CREATE TABLE `vtiger_files` ( `id` varchar(36) NOT NULL default '', `name` varchar(36) default NULL, `content` longblob, `deleted` int(1) NOT NULL default '0', `date_entered` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `assigned_user_id` varchar(36) default NULL, PRIMARY KEY (`id`), KEY `files_assigned_user_id_name_deleted_idx` (`assigned_user_id`,`name`,`deleted`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_files` -- LOCK TABLES `vtiger_files` WRITE; /*!40000 ALTER TABLE `vtiger_files` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_freetagged_objects` -- DROP TABLE IF EXISTS `vtiger_freetagged_objects`; CREATE TABLE `vtiger_freetagged_objects` ( `tag_id` int(20) NOT NULL default '0', `tagger_id` int(20) NOT NULL default '0', `object_id` int(20) NOT NULL default '0', `tagged_on` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `module` varchar(50) NOT NULL default '', PRIMARY KEY (`tag_id`,`tagger_id`,`object_id`), KEY `freetagged_objects_tag_id_tagger_id_object_id_idx` (`tag_id`,`tagger_id`,`object_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_freetagged_objects` -- LOCK TABLES `vtiger_freetagged_objects` WRITE; /*!40000 ALTER TABLE `vtiger_freetagged_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_freetagged_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_freetags` -- DROP TABLE IF EXISTS `vtiger_freetags`; CREATE TABLE `vtiger_freetags` ( `id` int(19) NOT NULL default '0', `tag` varchar(50) NOT NULL default '', `raw_tag` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_freetags` -- LOCK TABLES `vtiger_freetags` WRITE; /*!40000 ALTER TABLE `vtiger_freetags` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_freetags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_freetags_seq` -- DROP TABLE IF EXISTS `vtiger_freetags_seq`; CREATE TABLE `vtiger_freetags_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_freetags_seq` -- LOCK TABLES `vtiger_freetags_seq` WRITE; /*!40000 ALTER TABLE `vtiger_freetags_seq` DISABLE KEYS */; INSERT INTO `vtiger_freetags_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_freetags_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_glacct` -- DROP TABLE IF EXISTS `vtiger_glacct`; CREATE TABLE `vtiger_glacct` ( `glacctid` int(19) NOT NULL auto_increment, `glacct` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`glacctid`), UNIQUE KEY `glacct_glacct_idx` (`glacct`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_glacct` -- LOCK TABLES `vtiger_glacct` WRITE; /*!40000 ALTER TABLE `vtiger_glacct` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_glacct` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_glacct_seq` -- DROP TABLE IF EXISTS `vtiger_glacct_seq`; CREATE TABLE `vtiger_glacct_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_glacct_seq` -- LOCK TABLES `vtiger_glacct_seq` WRITE; /*!40000 ALTER TABLE `vtiger_glacct_seq` DISABLE KEYS */; INSERT INTO `vtiger_glacct_seq` VALUES (9); /*!40000 ALTER TABLE `vtiger_glacct_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_group2grouprel` -- DROP TABLE IF EXISTS `vtiger_group2grouprel`; CREATE TABLE `vtiger_group2grouprel` ( `groupid` int(19) NOT NULL default '0', KEY `fk_2_vtiger_group2grouprel` (`groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_group2grouprel` -- LOCK TABLES `vtiger_group2grouprel` WRITE; /*!40000 ALTER TABLE `vtiger_group2grouprel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_group2grouprel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_group2role` -- DROP TABLE IF EXISTS `vtiger_group2role`; CREATE TABLE `vtiger_group2role` ( `groupid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_group2role` -- LOCK TABLES `vtiger_group2role` WRITE; /*!40000 ALTER TABLE `vtiger_group2role` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_group2role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_group2rs` -- DROP TABLE IF EXISTS `vtiger_group2rs`; CREATE TABLE `vtiger_group2rs` ( `groupid` int(19) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_group2rs` -- LOCK TABLES `vtiger_group2rs` WRITE; /*!40000 ALTER TABLE `vtiger_group2rs` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_group2rs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_groups` -- DROP TABLE IF EXISTS `vtiger_groups`; CREATE TABLE `vtiger_groups` ( `groupid` int(19) NOT NULL default '0', `groupname` varchar(100) default NULL, `description` text, PRIMARY KEY (`groupid`), UNIQUE KEY `groups_groupname_idx` (`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_groups` -- LOCK TABLES `vtiger_groups` WRITE; /*!40000 ALTER TABLE `vtiger_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_groups_seq` -- DROP TABLE IF EXISTS `vtiger_groups_seq`; CREATE TABLE `vtiger_groups_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_groups_seq` -- LOCK TABLES `vtiger_groups_seq` WRITE; /*!40000 ALTER TABLE `vtiger_groups_seq` DISABLE KEYS */; INSERT INTO `vtiger_groups_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_groups_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_headers` -- DROP TABLE IF EXISTS `vtiger_headers`; CREATE TABLE `vtiger_headers` ( `fileid` int(3) NOT NULL auto_increment, `headernames` varchar(30) NOT NULL default '', PRIMARY KEY (`fileid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_headers` -- LOCK TABLES `vtiger_headers` WRITE; /*!40000 ALTER TABLE `vtiger_headers` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_headers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_import_maps` -- DROP TABLE IF EXISTS `vtiger_import_maps`; CREATE TABLE `vtiger_import_maps` ( `id` int(19) NOT NULL auto_increment, `name` varchar(36) NOT NULL default '', `module` varchar(36) NOT NULL default '', `content` longblob, `has_header` int(1) NOT NULL default '1', `deleted` int(1) NOT NULL default '0', `date_entered` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `date_modified` timestamp NOT NULL default '0000-00-00 00:00:00', `assigned_user_id` varchar(36) default NULL, `is_published` char(3) NOT NULL default 'no', PRIMARY KEY (`id`), KEY `import_maps_assigned_user_id_module_name_deleted_idx` (`assigned_user_id`,`module`,`name`,`deleted`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_import_maps` -- LOCK TABLES `vtiger_import_maps` WRITE; /*!40000 ALTER TABLE `vtiger_import_maps` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_import_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_industry` -- DROP TABLE IF EXISTS `vtiger_industry`; CREATE TABLE `vtiger_industry` ( `industryid` int(19) NOT NULL auto_increment, `industry` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`industryid`), UNIQUE KEY `industry_industry_idx` (`industry`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_industry` -- LOCK TABLES `vtiger_industry` WRITE; /*!40000 ALTER TABLE `vtiger_industry` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_industry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_industry_seq` -- DROP TABLE IF EXISTS `vtiger_industry_seq`; CREATE TABLE `vtiger_industry_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_industry_seq` -- LOCK TABLES `vtiger_industry_seq` WRITE; /*!40000 ALTER TABLE `vtiger_industry_seq` DISABLE KEYS */; INSERT INTO `vtiger_industry_seq` VALUES (32); /*!40000 ALTER TABLE `vtiger_industry_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventory_tandc` -- DROP TABLE IF EXISTS `vtiger_inventory_tandc`; CREATE TABLE `vtiger_inventory_tandc` ( `id` int(19) NOT NULL default '0', `type` varchar(30) NOT NULL default '', `tandc` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventory_tandc` -- LOCK TABLES `vtiger_inventory_tandc` WRITE; /*!40000 ALTER TABLE `vtiger_inventory_tandc` DISABLE KEYS */; INSERT INTO `vtiger_inventory_tandc` VALUES (1,'Inventory','\r\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\r\n\r\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'); /*!40000 ALTER TABLE `vtiger_inventory_tandc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventory_tandc_seq` -- DROP TABLE IF EXISTS `vtiger_inventory_tandc_seq`; CREATE TABLE `vtiger_inventory_tandc_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventory_tandc_seq` -- LOCK TABLES `vtiger_inventory_tandc_seq` WRITE; /*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` DISABLE KEYS */; INSERT INTO `vtiger_inventory_tandc_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventorynotification` -- DROP TABLE IF EXISTS `vtiger_inventorynotification`; CREATE TABLE `vtiger_inventorynotification` ( `notificationid` int(19) NOT NULL auto_increment, `notificationname` varchar(200) default NULL, `notificationsubject` varchar(200) default NULL, `notificationbody` text, `label` varchar(50) default NULL, PRIMARY KEY (`notificationid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventorynotification` -- LOCK TABLES `vtiger_inventorynotification` WRITE; /*!40000 ALTER TABLE `vtiger_inventorynotification` DISABLE KEYS */; INSERT INTO `vtiger_inventorynotification` VALUES (1,'InvoiceNotification','{PRODUCTNAME} Stock Level is Low','Dear {HANDLER},\r\n\r\nThe current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. Kindly procure required number of units as the stock level is below reorder level {REORDERLEVELVALUE}.\r\n\r\nPlease treat this information as Urgent as the invoice is already sent to the customer.\r\n\r\nSeverity: Critical\r\n\r\nThanks,\r\n{CURRENTUSER} ','InvoiceNotificationDescription'),(2,'QuoteNotification','Quote given for {PRODUCTNAME}','Dear {HANDLER},\r\n\r\nQuote is generated for {QUOTEQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. \r\n\r\nSeverity: Minor\r\n\r\nThanks,\r\n{CURRENTUSER} ','QuoteNotificationDescription'),(3,'SalesOrderNotification','Sales Order generated for {PRODUCTNAME}','Dear {HANDLER},\r\n\r\nSalesOrder is generated for {SOQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. \r\n\r\nPlease treat this information with priority as the sales order is already generated.\r\n\r\nSeverity: Major\r\n\r\nThanks,\r\n{CURRENTUSER} ','SalesOrderNotificationDescription'); /*!40000 ALTER TABLE `vtiger_inventorynotification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventorynotification_seq` -- DROP TABLE IF EXISTS `vtiger_inventorynotification_seq`; CREATE TABLE `vtiger_inventorynotification_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventorynotification_seq` -- LOCK TABLES `vtiger_inventorynotification_seq` WRITE; /*!40000 ALTER TABLE `vtiger_inventorynotification_seq` DISABLE KEYS */; INSERT INTO `vtiger_inventorynotification_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_inventorynotification_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventoryproductrel` -- DROP TABLE IF EXISTS `vtiger_inventoryproductrel`; CREATE TABLE `vtiger_inventoryproductrel` ( `id` int(19) default NULL, `productid` int(19) default NULL, `sequence_no` int(4) default NULL, `quantity` int(19) default NULL, `listprice` decimal(11,3) default NULL, `discount_percent` decimal(7,3) default NULL, `discount_amount` decimal(7,3) default NULL, `comment` varchar(100) default NULL, KEY `inventoryproductrel_id_idx` (`id`), KEY `inventoryproductrel_productid_idx` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventoryproductrel` -- LOCK TABLES `vtiger_inventoryproductrel` WRITE; /*!40000 ALTER TABLE `vtiger_inventoryproductrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_inventoryproductrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventoryshippingrel` -- DROP TABLE IF EXISTS `vtiger_inventoryshippingrel`; CREATE TABLE `vtiger_inventoryshippingrel` ( `id` int(19) default NULL, KEY `inventoryishippingrel_id_idx` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventoryshippingrel` -- LOCK TABLES `vtiger_inventoryshippingrel` WRITE; /*!40000 ALTER TABLE `vtiger_inventoryshippingrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_inventoryshippingrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventorytaxinfo` -- DROP TABLE IF EXISTS `vtiger_inventorytaxinfo`; CREATE TABLE `vtiger_inventorytaxinfo` ( `taxid` int(3) NOT NULL default '0', `taxname` varchar(50) default NULL, `taxlabel` varchar(50) default NULL, `percentage` decimal(7,3) default NULL, `deleted` int(1) default NULL, PRIMARY KEY (`taxid`), KEY `inventorytaxinfo_taxname_idx` (`taxname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventorytaxinfo` -- LOCK TABLES `vtiger_inventorytaxinfo` WRITE; /*!40000 ALTER TABLE `vtiger_inventorytaxinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_inventorytaxinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_inventorytaxinfo_seq` -- DROP TABLE IF EXISTS `vtiger_inventorytaxinfo_seq`; CREATE TABLE `vtiger_inventorytaxinfo_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_inventorytaxinfo_seq` -- LOCK TABLES `vtiger_inventorytaxinfo_seq` WRITE; /*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` DISABLE KEYS */; INSERT INTO `vtiger_inventorytaxinfo_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invitees` -- DROP TABLE IF EXISTS `vtiger_invitees`; CREATE TABLE `vtiger_invitees` ( `activityid` int(19) NOT NULL default '0', `inviteeid` int(19) NOT NULL default '0', PRIMARY KEY (`activityid`,`inviteeid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invitees` -- LOCK TABLES `vtiger_invitees` WRITE; /*!40000 ALTER TABLE `vtiger_invitees` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invitees` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoice` -- DROP TABLE IF EXISTS `vtiger_invoice`; CREATE TABLE `vtiger_invoice` ( `invoiceid` int(19) NOT NULL default '0', `subject` varchar(100) default NULL, `salesorderid` int(19) default NULL, `customerno` varchar(100) default NULL, `contactid` int(19) default NULL, `notes` varchar(100) default NULL, `invoicedate` date default NULL, `duedate` date default NULL, `invoiceterms` varchar(100) default NULL, `type` varchar(100) default NULL, `salestax` decimal(11,3) default NULL, `adjustment` decimal(11,3) default NULL, `salescommission` decimal(11,3) default NULL, `exciseduty` decimal(11,3) default NULL, `subtotal` decimal(11,3) default NULL, `total` decimal(11,3) default NULL, `taxtype` varchar(25) default NULL, `discount_percent` decimal(11,3) default NULL, `discount_amount` decimal(11,3) default NULL, `s_h_amount` decimal(11,3) default NULL, `shipping` varchar(100) default NULL, `accountid` int(19) default NULL, `terms_conditions` text, `purchaseorder` varchar(200) default NULL, KEY `invoice_purchaseorderid_idx` (`invoiceid`), KEY `fk_2_vtiger_invoice` (`salesorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoice` -- LOCK TABLES `vtiger_invoice` WRITE; /*!40000 ALTER TABLE `vtiger_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicebillads` -- DROP TABLE IF EXISTS `vtiger_invoicebillads`; CREATE TABLE `vtiger_invoicebillads` ( `invoicebilladdressid` int(19) NOT NULL default '0', `bill_city` varchar(30) default NULL, `bill_code` varchar(30) default NULL, `bill_country` varchar(30) default NULL, `bill_state` varchar(30) default NULL, `bill_street` varchar(250) default NULL, KEY `fk_1_vtiger_invoicebillads` (`invoicebilladdressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicebillads` -- LOCK TABLES `vtiger_invoicebillads` WRITE; /*!40000 ALTER TABLE `vtiger_invoicebillads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoicebillads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicecf` -- DROP TABLE IF EXISTS `vtiger_invoicecf`; CREATE TABLE `vtiger_invoicecf` ( `invoiceid` int(19) NOT NULL default '0', PRIMARY KEY (`invoiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicecf` -- LOCK TABLES `vtiger_invoicecf` WRITE; /*!40000 ALTER TABLE `vtiger_invoicecf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoicecf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicegrouprelation` -- DROP TABLE IF EXISTS `vtiger_invoicegrouprelation`; CREATE TABLE `vtiger_invoicegrouprelation` ( `invoiceid` int(19) NOT NULL default '0', KEY `invoicegrouprelation_groupname_invoiceid_idx` (`invoiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicegrouprelation` -- LOCK TABLES `vtiger_invoicegrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_invoicegrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoicegrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoiceshipads` -- DROP TABLE IF EXISTS `vtiger_invoiceshipads`; CREATE TABLE `vtiger_invoiceshipads` ( `invoiceshipaddressid` int(19) NOT NULL default '0', `ship_city` varchar(30) default NULL, `ship_code` varchar(30) default NULL, `ship_country` varchar(30) default NULL, `ship_state` varchar(30) default NULL, `ship_street` varchar(250) default NULL, KEY `fk_1_vtiger_invoiceshipads` (`invoiceshipaddressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoiceshipads` -- LOCK TABLES `vtiger_invoiceshipads` WRITE; /*!40000 ALTER TABLE `vtiger_invoiceshipads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoiceshipads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicestatus` -- DROP TABLE IF EXISTS `vtiger_invoicestatus`; CREATE TABLE `vtiger_invoicestatus` ( `inovicestatusid` int(19) NOT NULL auto_increment, `invoicestatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`inovicestatusid`), UNIQUE KEY `invoicestatus_invoiestatus_idx` (`invoicestatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicestatus` -- LOCK TABLES `vtiger_invoicestatus` WRITE; /*!40000 ALTER TABLE `vtiger_invoicestatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoicestatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicestatus_seq` -- DROP TABLE IF EXISTS `vtiger_invoicestatus_seq`; CREATE TABLE `vtiger_invoicestatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicestatus_seq` -- LOCK TABLES `vtiger_invoicestatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_invoicestatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_invoicestatus_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_invoicestatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_invoicestatushistory` -- DROP TABLE IF EXISTS `vtiger_invoicestatushistory`; CREATE TABLE `vtiger_invoicestatushistory` ( `invoiceid` int(19) NOT NULL default '0', `accountname` varchar(100) default NULL, `total` decimal(10,0) default NULL, `invoicestatus` varchar(200) default NULL, KEY `invoicestatushistory_invoiceid_idx` (`invoiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_invoicestatushistory` -- LOCK TABLES `vtiger_invoicestatushistory` WRITE; /*!40000 ALTER TABLE `vtiger_invoicestatushistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_invoicestatushistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_lar` -- DROP TABLE IF EXISTS `vtiger_lar`; CREATE TABLE `vtiger_lar` ( `createdon` date NOT NULL default '0000-00-00' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_lar` -- LOCK TABLES `vtiger_lar` WRITE; /*!40000 ALTER TABLE `vtiger_lar` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_lar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_lead_view` -- DROP TABLE IF EXISTS `vtiger_lead_view`; CREATE TABLE `vtiger_lead_view` ( `lead_viewid` int(19) NOT NULL auto_increment, `lead_view` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`lead_viewid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_lead_view` -- LOCK TABLES `vtiger_lead_view` WRITE; /*!40000 ALTER TABLE `vtiger_lead_view` DISABLE KEYS */; INSERT INTO `vtiger_lead_view` VALUES (1,'Today',0,1),(2,'Last 2 Days',1,1),(3,'Last Week',2,1); /*!40000 ALTER TABLE `vtiger_lead_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_lead_view_seq` -- DROP TABLE IF EXISTS `vtiger_lead_view_seq`; CREATE TABLE `vtiger_lead_view_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_lead_view_seq` -- LOCK TABLES `vtiger_lead_view_seq` WRITE; /*!40000 ALTER TABLE `vtiger_lead_view_seq` DISABLE KEYS */; INSERT INTO `vtiger_lead_view_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_lead_view_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadacctrel` -- DROP TABLE IF EXISTS `vtiger_leadacctrel`; CREATE TABLE `vtiger_leadacctrel` ( `accountid` int(19) NOT NULL default '0', KEY `leadacctrel_accountid_idx` (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadacctrel` -- LOCK TABLES `vtiger_leadacctrel` WRITE; /*!40000 ALTER TABLE `vtiger_leadacctrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadacctrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadaddress` -- DROP TABLE IF EXISTS `vtiger_leadaddress`; CREATE TABLE `vtiger_leadaddress` ( `leadaddresstype` varchar(30) default 'Billing' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadaddress` -- LOCK TABLES `vtiger_leadaddress` WRITE; /*!40000 ALTER TABLE `vtiger_leadaddress` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadaddress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadcontrel` -- DROP TABLE IF EXISTS `vtiger_leadcontrel`; CREATE TABLE `vtiger_leadcontrel` ( `contactid` int(19) NOT NULL default '0', KEY `leadcontrel_contactid_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadcontrel` -- LOCK TABLES `vtiger_leadcontrel` WRITE; /*!40000 ALTER TABLE `vtiger_leadcontrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadcontrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leaddetails` -- DROP TABLE IF EXISTS `vtiger_leaddetails`; CREATE TABLE `vtiger_leaddetails` ( `assignleadchk` int(1) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leaddetails` -- LOCK TABLES `vtiger_leaddetails` WRITE; /*!40000 ALTER TABLE `vtiger_leaddetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leaddetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadgrouprelation` -- DROP TABLE IF EXISTS `vtiger_leadgrouprelation`; CREATE TABLE `vtiger_leadgrouprelation` ( `groupname` varchar(100) default NULL, KEY `leadgrouprelation_groupname_idx` (`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadgrouprelation` -- LOCK TABLES `vtiger_leadgrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_leadgrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadgrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadpotrel` -- DROP TABLE IF EXISTS `vtiger_leadpotrel`; CREATE TABLE `vtiger_leadpotrel` ( `leadid` int(19) NOT NULL default '0', UNIQUE KEY `leadpotrel_leadid_idx` (`leadid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadpotrel` -- LOCK TABLES `vtiger_leadpotrel` WRITE; /*!40000 ALTER TABLE `vtiger_leadpotrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadpotrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadscf` -- DROP TABLE IF EXISTS `vtiger_leadscf`; CREATE TABLE `vtiger_leadscf` ( `leadid` int(19) NOT NULL default '0', PRIMARY KEY (`leadid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadscf` -- LOCK TABLES `vtiger_leadscf` WRITE; /*!40000 ALTER TABLE `vtiger_leadscf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadscf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadsource` -- DROP TABLE IF EXISTS `vtiger_leadsource`; CREATE TABLE `vtiger_leadsource` ( `leadsourceid` int(19) NOT NULL auto_increment, `leadsource` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`leadsourceid`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadsource` -- LOCK TABLES `vtiger_leadsource` WRITE; /*!40000 ALTER TABLE `vtiger_leadsource` DISABLE KEYS */; INSERT INTO `vtiger_leadsource` VALUES (1,'--None--',0,1),(2,'Cold Call',1,1),(3,'Existing Customer',2,1),(4,'Self Generated',3,1),(5,'Employee',4,1),(6,'Partner',5,1),(7,'Public Relations',6,1),(8,'Direct Mail',7,1),(9,'Conference',8,1),(10,'Trade Show',9,1),(11,'Web Site',10,1),(12,'Word of mouth',11,1),(13,'Other',12,1); /*!40000 ALTER TABLE `vtiger_leadsource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadsource_seq` -- DROP TABLE IF EXISTS `vtiger_leadsource_seq`; CREATE TABLE `vtiger_leadsource_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadsource_seq` -- LOCK TABLES `vtiger_leadsource_seq` WRITE; /*!40000 ALTER TABLE `vtiger_leadsource_seq` DISABLE KEYS */; INSERT INTO `vtiger_leadsource_seq` VALUES (13); /*!40000 ALTER TABLE `vtiger_leadsource_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadstage` -- DROP TABLE IF EXISTS `vtiger_leadstage`; CREATE TABLE `vtiger_leadstage` ( `leadstageid` int(19) NOT NULL auto_increment, `stage` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`leadstageid`), UNIQUE KEY `leadstage_stage_idx` (`stage`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadstage` -- LOCK TABLES `vtiger_leadstage` WRITE; /*!40000 ALTER TABLE `vtiger_leadstage` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadstage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadstatus` -- DROP TABLE IF EXISTS `vtiger_leadstatus`; CREATE TABLE `vtiger_leadstatus` ( `leadstatusid` int(19) NOT NULL auto_increment, `leadstatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`leadstatusid`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadstatus` -- LOCK TABLES `vtiger_leadstatus` WRITE; /*!40000 ALTER TABLE `vtiger_leadstatus` DISABLE KEYS */; INSERT INTO `vtiger_leadstatus` VALUES (1,'--None--',0,1),(2,'Attempted to Contact',1,1),(3,'Cold',2,1),(4,'Contact in Future',3,1),(5,'Contacted',4,1),(6,'Hot',5,1),(7,'Junk Lead',6,1),(8,'Lost Lead',7,1),(9,'Not Contacted',8,1),(10,'Pre Qualified',9,1),(11,'Qualified',10,1),(12,'Warm',11,1); /*!40000 ALTER TABLE `vtiger_leadstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadstatus_seq` -- DROP TABLE IF EXISTS `vtiger_leadstatus_seq`; CREATE TABLE `vtiger_leadstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadstatus_seq` -- LOCK TABLES `vtiger_leadstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_leadstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_leadstatus_seq` VALUES (12); /*!40000 ALTER TABLE `vtiger_leadstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_leadsubdetails` -- DROP TABLE IF EXISTS `vtiger_leadsubdetails`; CREATE TABLE `vtiger_leadsubdetails` ( `empct` int(10) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_leadsubdetails` -- LOCK TABLES `vtiger_leadsubdetails` WRITE; /*!40000 ALTER TABLE `vtiger_leadsubdetails` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_leadsubdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_licencekeystatus` -- DROP TABLE IF EXISTS `vtiger_licencekeystatus`; CREATE TABLE `vtiger_licencekeystatus` ( `licencekeystatusid` int(19) NOT NULL auto_increment, `licencekeystatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`licencekeystatusid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_licencekeystatus` -- LOCK TABLES `vtiger_licencekeystatus` WRITE; /*!40000 ALTER TABLE `vtiger_licencekeystatus` DISABLE KEYS */; INSERT INTO `vtiger_licencekeystatus` VALUES (1,'--None--',0,1),(2,'Sent',1,1),(3,'Not Sent',2,1); /*!40000 ALTER TABLE `vtiger_licencekeystatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_licencekeystatus_seq` -- DROP TABLE IF EXISTS `vtiger_licencekeystatus_seq`; CREATE TABLE `vtiger_licencekeystatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_licencekeystatus_seq` -- LOCK TABLES `vtiger_licencekeystatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_licencekeystatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_licencekeystatus_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_licencekeystatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_loginhistory` -- DROP TABLE IF EXISTS `vtiger_loginhistory`; CREATE TABLE `vtiger_loginhistory` ( `login_id` int(11) NOT NULL auto_increment, `user_name` varchar(25) NOT NULL default '', `user_ip` varchar(25) NOT NULL default '', `logout_time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `login_time` timestamp NOT NULL default '0000-00-00 00:00:00', `status` varchar(25) default NULL, PRIMARY KEY (`login_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_loginhistory` -- LOCK TABLES `vtiger_loginhistory` WRITE; /*!40000 ALTER TABLE `vtiger_loginhistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_loginhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_mail_accounts` -- DROP TABLE IF EXISTS `vtiger_mail_accounts`; CREATE TABLE `vtiger_mail_accounts` ( `account_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `display_name` varchar(50) default NULL, `mail_id` varchar(50) default NULL, `account_name` varchar(50) default NULL, `mail_protocol` varchar(20) default NULL, `mail_username` varchar(50) NOT NULL default '', `mail_password` varchar(20) NOT NULL default '', `mail_servername` varchar(50) default NULL, `box_refresh` int(10) default NULL, `mails_per_page` int(10) default NULL, `ssltype` varchar(50) default NULL, `sslmeth` varchar(50) default NULL, `int_mailer` int(1) default '0', `status` varchar(10) default NULL, `set_default` int(2) default NULL, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_mail_accounts` -- LOCK TABLES `vtiger_mail_accounts` WRITE; /*!40000 ALTER TABLE `vtiger_mail_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_mail_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_manufacturer` -- DROP TABLE IF EXISTS `vtiger_manufacturer`; CREATE TABLE `vtiger_manufacturer` ( `manufacturerid` int(19) NOT NULL auto_increment, `manufacturer` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`manufacturerid`), UNIQUE KEY `manufacturer_manufacturer_idx` (`manufacturer`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_manufacturer` -- LOCK TABLES `vtiger_manufacturer` WRITE; /*!40000 ALTER TABLE `vtiger_manufacturer` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_manufacturer_seq` -- DROP TABLE IF EXISTS `vtiger_manufacturer_seq`; CREATE TABLE `vtiger_manufacturer_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_manufacturer_seq` -- LOCK TABLES `vtiger_manufacturer_seq` WRITE; /*!40000 ALTER TABLE `vtiger_manufacturer_seq` DISABLE KEYS */; INSERT INTO `vtiger_manufacturer_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_manufacturer_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_moduleowners` -- DROP TABLE IF EXISTS `vtiger_moduleowners`; CREATE TABLE `vtiger_moduleowners` ( `user_id` varchar(11) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_moduleowners` -- LOCK TABLES `vtiger_moduleowners` WRITE; /*!40000 ALTER TABLE `vtiger_moduleowners` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_moduleowners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_notes` -- DROP TABLE IF EXISTS `vtiger_notes`; CREATE TABLE `vtiger_notes` ( `notecontent` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_notes` -- LOCK TABLES `vtiger_notes` WRITE; /*!40000 ALTER TABLE `vtiger_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_notificationscheduler` -- DROP TABLE IF EXISTS `vtiger_notificationscheduler`; CREATE TABLE `vtiger_notificationscheduler` ( `schedulednotificationid` int(19) NOT NULL auto_increment, `schedulednotificationname` varchar(200) default NULL, `active` int(1) default NULL, `notificationsubject` varchar(200) default NULL, `notificationbody` text, `label` varchar(50) default NULL, PRIMARY KEY (`schedulednotificationid`), UNIQUE KEY `notificationscheduler_schedulednotificationname_idx` (`schedulednotificationname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_notificationscheduler` -- LOCK TABLES `vtiger_notificationscheduler` WRITE; /*!40000 ALTER TABLE `vtiger_notificationscheduler` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_notificationscheduler` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_notificationscheduler_seq` -- DROP TABLE IF EXISTS `vtiger_notificationscheduler_seq`; CREATE TABLE `vtiger_notificationscheduler_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_notificationscheduler_seq` -- LOCK TABLES `vtiger_notificationscheduler_seq` WRITE; /*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` DISABLE KEYS */; INSERT INTO `vtiger_notificationscheduler_seq` VALUES (7); /*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_opportunity_type` -- DROP TABLE IF EXISTS `vtiger_opportunity_type`; CREATE TABLE `vtiger_opportunity_type` ( `opptypeid` int(19) NOT NULL auto_increment, `opportunity_type` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`opptypeid`), UNIQUE KEY `opportunity_type_opportunity_type_idx` (`opportunity_type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_opportunity_type` -- LOCK TABLES `vtiger_opportunity_type` WRITE; /*!40000 ALTER TABLE `vtiger_opportunity_type` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_opportunity_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_opportunity_type_seq` -- DROP TABLE IF EXISTS `vtiger_opportunity_type_seq`; CREATE TABLE `vtiger_opportunity_type_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_opportunity_type_seq` -- LOCK TABLES `vtiger_opportunity_type_seq` WRITE; /*!40000 ALTER TABLE `vtiger_opportunity_type_seq` DISABLE KEYS */; INSERT INTO `vtiger_opportunity_type_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_opportunity_type_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_opportunitystage` -- DROP TABLE IF EXISTS `vtiger_opportunitystage`; CREATE TABLE `vtiger_opportunitystage` ( `potstageid` int(19) NOT NULL auto_increment, `stage` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', `probability` decimal(3,2) default '0.00', PRIMARY KEY (`potstageid`), UNIQUE KEY `opportunitystage_stage_idx` (`stage`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_opportunitystage` -- LOCK TABLES `vtiger_opportunitystage` WRITE; /*!40000 ALTER TABLE `vtiger_opportunitystage` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_opportunitystage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_org_share_action2tab` -- DROP TABLE IF EXISTS `vtiger_org_share_action2tab`; CREATE TABLE `vtiger_org_share_action2tab` ( `tabid` int(19) NOT NULL default '0', KEY `fk_2_vtiger_org_share_action2tab` (`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_org_share_action2tab` -- LOCK TABLES `vtiger_org_share_action2tab` WRITE; /*!40000 ALTER TABLE `vtiger_org_share_action2tab` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_org_share_action2tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_org_share_action_mapping` -- DROP TABLE IF EXISTS `vtiger_org_share_action_mapping`; CREATE TABLE `vtiger_org_share_action_mapping` ( `share_action_id` int(19) NOT NULL default '0', `share_action_name` varchar(200) default NULL, PRIMARY KEY (`share_action_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_org_share_action_mapping` -- LOCK TABLES `vtiger_org_share_action_mapping` WRITE; /*!40000 ALTER TABLE `vtiger_org_share_action_mapping` DISABLE KEYS */; INSERT INTO `vtiger_org_share_action_mapping` VALUES (0,'Public: Read Only'),(1,'Public: Read, Create/Edit'),(2,'Public: Read, Create/Edit, Delete'),(3,'Private'),(4,'Hide Details'),(5,'Hide Details and Add Events'),(6,'Show Details'),(7,'Show Details and Add Events'); /*!40000 ALTER TABLE `vtiger_org_share_action_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_organizationdetails` -- DROP TABLE IF EXISTS `vtiger_organizationdetails`; CREATE TABLE `vtiger_organizationdetails` ( `organizationname` varchar(60) NOT NULL default '', `address` varchar(150) default NULL, `city` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `code` varchar(30) default NULL, `phone` varchar(30) default NULL, `fax` varchar(30) default NULL, `website` varchar(100) default NULL, `logoname` varchar(50) default NULL, `logo` text, PRIMARY KEY (`organizationname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_organizationdetails` -- LOCK TABLES `vtiger_organizationdetails` WRITE; /*!40000 ALTER TABLE `vtiger_organizationdetails` DISABLE KEYS */; INSERT INTO `vtiger_organizationdetails` VALUES ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg',NULL); /*!40000 ALTER TABLE `vtiger_organizationdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ownernotify` -- DROP TABLE IF EXISTS `vtiger_ownernotify`; CREATE TABLE `vtiger_ownernotify` ( `crmid` int(19) default NULL, `smownerid` int(19) default NULL, `flag` int(3) default NULL, KEY `ownernotify_crmid_flag_idx` (`crmid`,`flag`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ownernotify` -- LOCK TABLES `vtiger_ownernotify` WRITE; /*!40000 ALTER TABLE `vtiger_ownernotify` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_ownernotify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_parenttab` -- DROP TABLE IF EXISTS `vtiger_parenttab`; CREATE TABLE `vtiger_parenttab` ( `parenttabid` int(19) NOT NULL default '0', `parenttab_label` varchar(100) NOT NULL default '', `sequence` int(10) NOT NULL default '0', `visible` int(2) NOT NULL default '0', PRIMARY KEY (`parenttabid`), KEY `parenttab_parenttabid_parenttabl_label_visible_idx` (`parenttabid`,`parenttab_label`,`visible`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_parenttab` -- LOCK TABLES `vtiger_parenttab` WRITE; /*!40000 ALTER TABLE `vtiger_parenttab` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_parenttab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_parenttabrel` -- DROP TABLE IF EXISTS `vtiger_parenttabrel`; CREATE TABLE `vtiger_parenttabrel` ( `parenttabid` int(3) NOT NULL default '0', `tabid` int(3) NOT NULL default '0', `sequence` int(3) NOT NULL default '0', KEY `parenttabrel_tabid_parenttabid_idx` (`tabid`,`parenttabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_parenttabrel` -- LOCK TABLES `vtiger_parenttabrel` WRITE; /*!40000 ALTER TABLE `vtiger_parenttabrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_parenttabrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_pobillads` -- DROP TABLE IF EXISTS `vtiger_pobillads`; CREATE TABLE `vtiger_pobillads` ( `pobilladdressid` int(19) NOT NULL default '0', `bill_city` varchar(30) default NULL, `bill_code` varchar(30) default NULL, `bill_country` varchar(30) default NULL, `bill_state` varchar(30) default NULL, `bill_street` varchar(250) default NULL, KEY `fk_1_vtiger_pobillads` (`pobilladdressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_pobillads` -- LOCK TABLES `vtiger_pobillads` WRITE; /*!40000 ALTER TABLE `vtiger_pobillads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_pobillads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_pogrouprelation` -- DROP TABLE IF EXISTS `vtiger_pogrouprelation`; CREATE TABLE `vtiger_pogrouprelation` ( `purchaseorderid` int(19) NOT NULL default '0', KEY `pogrouprelation_groupname_purchaseorderid_idx` (`purchaseorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_pogrouprelation` -- LOCK TABLES `vtiger_pogrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_pogrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_pogrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_portal` -- DROP TABLE IF EXISTS `vtiger_portal`; CREATE TABLE `vtiger_portal` ( `portalid` int(19) NOT NULL default '0', `portalname` varchar(200) NOT NULL default '', `portalurl` varchar(255) NOT NULL default '', `sequence` int(3) NOT NULL default '0', PRIMARY KEY (`portalid`), KEY `portal_portalname_idx` (`portalname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_portal` -- LOCK TABLES `vtiger_portal` WRITE; /*!40000 ALTER TABLE `vtiger_portal` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_portal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_portalinfo` -- DROP TABLE IF EXISTS `vtiger_portalinfo`; CREATE TABLE `vtiger_portalinfo` ( `isactive` int(1) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_portalinfo` -- LOCK TABLES `vtiger_portalinfo` WRITE; /*!40000 ALTER TABLE `vtiger_portalinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_portalinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_poshipads` -- DROP TABLE IF EXISTS `vtiger_poshipads`; CREATE TABLE `vtiger_poshipads` ( `poshipaddressid` int(19) NOT NULL default '0', `ship_city` varchar(30) default NULL, `ship_code` varchar(30) default NULL, `ship_country` varchar(30) default NULL, `ship_state` varchar(30) default NULL, `ship_street` varchar(250) default NULL, KEY `fk_1_vtiger_poshipads` (`poshipaddressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_poshipads` -- LOCK TABLES `vtiger_poshipads` WRITE; /*!40000 ALTER TABLE `vtiger_poshipads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_poshipads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_postatus` -- DROP TABLE IF EXISTS `vtiger_postatus`; CREATE TABLE `vtiger_postatus` ( `postatusid` int(19) NOT NULL auto_increment, `postatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`postatusid`), UNIQUE KEY `postatus_postatus_idx` (`postatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_postatus` -- LOCK TABLES `vtiger_postatus` WRITE; /*!40000 ALTER TABLE `vtiger_postatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_postatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_postatus_seq` -- DROP TABLE IF EXISTS `vtiger_postatus_seq`; CREATE TABLE `vtiger_postatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_postatus_seq` -- LOCK TABLES `vtiger_postatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_postatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_postatus_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_postatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_postatushistory` -- DROP TABLE IF EXISTS `vtiger_postatushistory`; CREATE TABLE `vtiger_postatushistory` ( `purchaseorderid` int(19) NOT NULL default '0', `vendorname` varchar(100) default NULL, `total` decimal(10,0) default NULL, `postatus` varchar(200) default NULL, KEY `postatushistory_purchaseorderid_idx` (`purchaseorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_postatushistory` -- LOCK TABLES `vtiger_postatushistory` WRITE; /*!40000 ALTER TABLE `vtiger_postatushistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_postatushistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_potcompetitorrel` -- DROP TABLE IF EXISTS `vtiger_potcompetitorrel`; CREATE TABLE `vtiger_potcompetitorrel` ( `competitorid` int(19) NOT NULL default '0', KEY `potcompetitorrel_competitorid_idx` (`competitorid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_potcompetitorrel` -- LOCK TABLES `vtiger_potcompetitorrel` WRITE; /*!40000 ALTER TABLE `vtiger_potcompetitorrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_potcompetitorrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_potential` -- DROP TABLE IF EXISTS `vtiger_potential`; CREATE TABLE `vtiger_potential` ( `outcomeanalysis` int(19) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_potential` -- LOCK TABLES `vtiger_potential` WRITE; /*!40000 ALTER TABLE `vtiger_potential` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_potential` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_potentialgrouprelation` -- DROP TABLE IF EXISTS `vtiger_potentialgrouprelation`; CREATE TABLE `vtiger_potentialgrouprelation` ( `groupname` varchar(100) default NULL, KEY `potentialgrouprelation_groupname_idx` (`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_potentialgrouprelation` -- LOCK TABLES `vtiger_potentialgrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_potentialgrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_potentialgrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_potentialscf` -- DROP TABLE IF EXISTS `vtiger_potentialscf`; CREATE TABLE `vtiger_potentialscf` ( `potentialid` int(19) NOT NULL default '0', PRIMARY KEY (`potentialid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_potentialscf` -- LOCK TABLES `vtiger_potentialscf` WRITE; /*!40000 ALTER TABLE `vtiger_potentialscf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_potentialscf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_potstagehistory` -- DROP TABLE IF EXISTS `vtiger_potstagehistory`; CREATE TABLE `vtiger_potstagehistory` ( `lastmodified` datetime default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_potstagehistory` -- LOCK TABLES `vtiger_potstagehistory` WRITE; /*!40000 ALTER TABLE `vtiger_potstagehistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_potstagehistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_pricebook` -- DROP TABLE IF EXISTS `vtiger_pricebook`; CREATE TABLE `vtiger_pricebook` ( `pricebookid` int(19) NOT NULL default '0', `bookname` varchar(100) default NULL, `active` int(1) default NULL, KEY `fk_1_vtiger_pricebook` (`pricebookid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_pricebook` -- LOCK TABLES `vtiger_pricebook` WRITE; /*!40000 ALTER TABLE `vtiger_pricebook` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_pricebook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_pricebookcf` -- DROP TABLE IF EXISTS `vtiger_pricebookcf`; CREATE TABLE `vtiger_pricebookcf` ( `pricebookid` int(19) NOT NULL default '0', PRIMARY KEY (`pricebookid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_pricebookcf` -- LOCK TABLES `vtiger_pricebookcf` WRITE; /*!40000 ALTER TABLE `vtiger_pricebookcf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_pricebookcf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_pricebookproductrel` -- DROP TABLE IF EXISTS `vtiger_pricebookproductrel`; CREATE TABLE `vtiger_pricebookproductrel` ( `pricebookid` int(19) NOT NULL default '0', `productid` int(19) NOT NULL default '0', KEY `pricebookproductrel_pricebookid_idx` (`pricebookid`), KEY `pricebookproductrel_productid_idx` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_pricebookproductrel` -- LOCK TABLES `vtiger_pricebookproductrel` WRITE; /*!40000 ALTER TABLE `vtiger_pricebookproductrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_pricebookproductrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_priority` -- DROP TABLE IF EXISTS `vtiger_priority`; CREATE TABLE `vtiger_priority` ( `priorityid` int(19) NOT NULL auto_increment, `priority` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`priorityid`), UNIQUE KEY `priority_priority_idx` (`priority`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_priority` -- LOCK TABLES `vtiger_priority` WRITE; /*!40000 ALTER TABLE `vtiger_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_productcategory` -- DROP TABLE IF EXISTS `vtiger_productcategory`; CREATE TABLE `vtiger_productcategory` ( `productcategoryid` int(19) NOT NULL auto_increment, `productcategory` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`productcategoryid`), UNIQUE KEY `productcategory_productcategory_idx` (`productcategory`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_productcategory` -- LOCK TABLES `vtiger_productcategory` WRITE; /*!40000 ALTER TABLE `vtiger_productcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_productcategory_seq` -- DROP TABLE IF EXISTS `vtiger_productcategory_seq`; CREATE TABLE `vtiger_productcategory_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_productcategory_seq` -- LOCK TABLES `vtiger_productcategory_seq` WRITE; /*!40000 ALTER TABLE `vtiger_productcategory_seq` DISABLE KEYS */; INSERT INTO `vtiger_productcategory_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_productcategory_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_productcf` -- DROP TABLE IF EXISTS `vtiger_productcf`; CREATE TABLE `vtiger_productcf` ( `productid` int(19) NOT NULL default '0', PRIMARY KEY (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_productcf` -- LOCK TABLES `vtiger_productcf` WRITE; /*!40000 ALTER TABLE `vtiger_productcf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_productcf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_productcollaterals` -- DROP TABLE IF EXISTS `vtiger_productcollaterals`; CREATE TABLE `vtiger_productcollaterals` ( `filetype` varchar(20) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_productcollaterals` -- LOCK TABLES `vtiger_productcollaterals` WRITE; /*!40000 ALTER TABLE `vtiger_productcollaterals` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_productcollaterals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_products` -- DROP TABLE IF EXISTS `vtiger_products`; CREATE TABLE `vtiger_products` ( `imagename` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_products` -- LOCK TABLES `vtiger_products` WRITE; /*!40000 ALTER TABLE `vtiger_products` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_producttaxrel` -- DROP TABLE IF EXISTS `vtiger_producttaxrel`; CREATE TABLE `vtiger_producttaxrel` ( `productid` int(11) NOT NULL default '0', `taxid` int(3) NOT NULL default '0', KEY `producttaxrel_productid_idx` (`productid`), KEY `producttaxrel_taxid_idx` (`taxid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_producttaxrel` -- LOCK TABLES `vtiger_producttaxrel` WRITE; /*!40000 ALTER TABLE `vtiger_producttaxrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_producttaxrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile` -- DROP TABLE IF EXISTS `vtiger_profile`; CREATE TABLE `vtiger_profile` ( `profileid` int(10) NOT NULL auto_increment, `profilename` varchar(50) NOT NULL default '', `description` text, PRIMARY KEY (`profileid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile` -- LOCK TABLES `vtiger_profile` WRITE; /*!40000 ALTER TABLE `vtiger_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile2field` -- DROP TABLE IF EXISTS `vtiger_profile2field`; CREATE TABLE `vtiger_profile2field` ( `profileid` int(11) NOT NULL default '0', `tabid` int(10) default NULL, `fieldid` int(19) NOT NULL default '0', `visible` int(19) default NULL, `readonly` int(19) default NULL, PRIMARY KEY (`profileid`,`fieldid`), KEY `profile2field_profileid_tabid_fieldname_idx` (`profileid`,`tabid`), KEY `profile2field_tabid_profileid_idx` (`tabid`,`profileid`), KEY `profile2field_visible_profileid_idx` (`visible`,`profileid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile2field` -- LOCK TABLES `vtiger_profile2field` WRITE; /*!40000 ALTER TABLE `vtiger_profile2field` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile2field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile2globalpermissions` -- DROP TABLE IF EXISTS `vtiger_profile2globalpermissions`; CREATE TABLE `vtiger_profile2globalpermissions` ( `profileid` int(19) NOT NULL default '0', `globalactionid` int(19) NOT NULL default '0', KEY `idx_profile2globalpermissions` (`profileid`,`globalactionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile2globalpermissions` -- LOCK TABLES `vtiger_profile2globalpermissions` WRITE; /*!40000 ALTER TABLE `vtiger_profile2globalpermissions` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile2globalpermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile2standardpermissions` -- DROP TABLE IF EXISTS `vtiger_profile2standardpermissions`; CREATE TABLE `vtiger_profile2standardpermissions` ( `profileid` int(11) NOT NULL default '0', `tabid` int(10) NOT NULL default '0', `Operation` int(10) NOT NULL default '0', `permissions` int(1) default NULL, PRIMARY KEY (`profileid`,`tabid`,`Operation`), KEY `profile2standardpermissions_profileid_tabid_Operation_idx` (`profileid`,`tabid`,`Operation`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile2standardpermissions` -- LOCK TABLES `vtiger_profile2standardpermissions` WRITE; /*!40000 ALTER TABLE `vtiger_profile2standardpermissions` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile2standardpermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile2tab` -- DROP TABLE IF EXISTS `vtiger_profile2tab`; CREATE TABLE `vtiger_profile2tab` ( `profileid` int(11) default NULL, `tabid` int(10) default NULL, `permissions` int(10) NOT NULL default '0', KEY `profile2tab_profileid_tabid_idx` (`profileid`,`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile2tab` -- LOCK TABLES `vtiger_profile2tab` WRITE; /*!40000 ALTER TABLE `vtiger_profile2tab` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile2tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile2utility` -- DROP TABLE IF EXISTS `vtiger_profile2utility`; CREATE TABLE `vtiger_profile2utility` ( `profileid` int(11) NOT NULL default '0', `tabid` int(11) NOT NULL default '0', `activityid` int(11) NOT NULL default '0', `permission` int(1) default NULL, PRIMARY KEY (`profileid`,`tabid`,`activityid`), KEY `profile2utility_profileid_tabid_activityid_idx` (`profileid`,`tabid`,`activityid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile2utility` -- LOCK TABLES `vtiger_profile2utility` WRITE; /*!40000 ALTER TABLE `vtiger_profile2utility` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_profile2utility` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_profile_seq` -- DROP TABLE IF EXISTS `vtiger_profile_seq`; CREATE TABLE `vtiger_profile_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_profile_seq` -- LOCK TABLES `vtiger_profile_seq` WRITE; /*!40000 ALTER TABLE `vtiger_profile_seq` DISABLE KEYS */; INSERT INTO `vtiger_profile_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_profile_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_purchaseorder` -- DROP TABLE IF EXISTS `vtiger_purchaseorder`; CREATE TABLE `vtiger_purchaseorder` ( `purchaseorderid` int(19) NOT NULL default '0', `subject` varchar(100) default NULL, `quoteid` int(19) default NULL, `vendorid` int(19) default NULL, `requisition_no` varchar(100) default NULL, `tracking_no` varchar(100) default NULL, `contactid` int(19) default NULL, `duedate` date default NULL, `carrier` varchar(100) default NULL, `type` varchar(100) default NULL, `salestax` decimal(11,3) default NULL, `adjustment` decimal(11,3) default NULL, `salescommission` decimal(11,3) default NULL, `exciseduty` decimal(11,3) default NULL, `total` decimal(11,3) default NULL, `subtotal` decimal(11,3) default NULL, `taxtype` varchar(25) default NULL, `discount_percent` decimal(11,3) default NULL, `discount_amount` decimal(11,3) default NULL, `s_h_amount` decimal(11,3) default NULL, `terms_conditions` text, KEY `purchaseorder_vendorid_idx` (`vendorid`), KEY `purchaseorder_quoteid_idx` (`quoteid`), KEY `purchaseorder_contactid_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_purchaseorder` -- LOCK TABLES `vtiger_purchaseorder` WRITE; /*!40000 ALTER TABLE `vtiger_purchaseorder` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_purchaseordercf` -- DROP TABLE IF EXISTS `vtiger_purchaseordercf`; CREATE TABLE `vtiger_purchaseordercf` ( `purchaseorderid` int(19) NOT NULL default '0', PRIMARY KEY (`purchaseorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_purchaseordercf` -- LOCK TABLES `vtiger_purchaseordercf` WRITE; /*!40000 ALTER TABLE `vtiger_purchaseordercf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_purchaseordercf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotegrouprelation` -- DROP TABLE IF EXISTS `vtiger_quotegrouprelation`; CREATE TABLE `vtiger_quotegrouprelation` ( `quoteid` int(19) NOT NULL default '0', KEY `fk_2_vtiger_quotegrouprelation` (`quoteid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotegrouprelation` -- LOCK TABLES `vtiger_quotegrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_quotegrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotegrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotes` -- DROP TABLE IF EXISTS `vtiger_quotes`; CREATE TABLE `vtiger_quotes` ( `quoteid` int(19) NOT NULL default '0', `subject` varchar(100) default NULL, `potentialid` int(19) default NULL, `quotestage` varchar(200) default NULL, `validtill` date default NULL, `team` varchar(200) default NULL, `contactid` int(19) default NULL, `currency` varchar(100) default NULL, `subtotal` decimal(11,3) default NULL, `carrier` varchar(100) default NULL, `shipping` varchar(100) default NULL, `inventorymanager` int(19) default NULL, `type` varchar(100) default NULL, `tax` decimal(11,3) default NULL, `adjustment` decimal(11,3) default NULL, `total` decimal(11,3) default NULL, `taxtype` varchar(25) default NULL, `discount_percent` decimal(11,3) default NULL, `discount_amount` decimal(11,3) default NULL, `s_h_amount` decimal(11,3) default NULL, `accountid` int(19) default NULL, KEY `quote_quotestage_idx` (`quotestage`), KEY `quotes_potentialid_idx` (`potentialid`), KEY `quotes_contactid_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotes` -- LOCK TABLES `vtiger_quotes` WRITE; /*!40000 ALTER TABLE `vtiger_quotes` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotesbillads` -- DROP TABLE IF EXISTS `vtiger_quotesbillads`; CREATE TABLE `vtiger_quotesbillads` ( `quotebilladdressid` int(19) NOT NULL default '0', `bill_city` varchar(30) default NULL, `bill_code` varchar(30) default NULL, `bill_country` varchar(30) default NULL, `bill_state` varchar(30) default NULL, `bill_street` varchar(250) default NULL, KEY `fk_1_vtiger_quotesbillads` (`quotebilladdressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotesbillads` -- LOCK TABLES `vtiger_quotesbillads` WRITE; /*!40000 ALTER TABLE `vtiger_quotesbillads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotesbillads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotescf` -- DROP TABLE IF EXISTS `vtiger_quotescf`; CREATE TABLE `vtiger_quotescf` ( `quoteid` int(19) NOT NULL default '0', PRIMARY KEY (`quoteid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotescf` -- LOCK TABLES `vtiger_quotescf` WRITE; /*!40000 ALTER TABLE `vtiger_quotescf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotescf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotesshipads` -- DROP TABLE IF EXISTS `vtiger_quotesshipads`; CREATE TABLE `vtiger_quotesshipads` ( `quoteshipaddressid` int(19) NOT NULL default '0', `ship_city` varchar(30) default NULL, `ship_code` varchar(30) default NULL, `ship_country` varchar(30) default NULL, `ship_state` varchar(30) default NULL, `ship_street` varchar(250) default NULL, KEY `fk_1_vtiger_quotesshipads` (`quoteshipaddressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotesshipads` -- LOCK TABLES `vtiger_quotesshipads` WRITE; /*!40000 ALTER TABLE `vtiger_quotesshipads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotesshipads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotestage` -- DROP TABLE IF EXISTS `vtiger_quotestage`; CREATE TABLE `vtiger_quotestage` ( `quotestageid` int(19) NOT NULL auto_increment, `quotestage` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`quotestageid`), UNIQUE KEY `quotestage_quotestage_idx` (`quotestage`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotestage` -- LOCK TABLES `vtiger_quotestage` WRITE; /*!40000 ALTER TABLE `vtiger_quotestage` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotestage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotestage_seq` -- DROP TABLE IF EXISTS `vtiger_quotestage_seq`; CREATE TABLE `vtiger_quotestage_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotestage_seq` -- LOCK TABLES `vtiger_quotestage_seq` WRITE; /*!40000 ALTER TABLE `vtiger_quotestage_seq` DISABLE KEYS */; INSERT INTO `vtiger_quotestage_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_quotestage_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_quotestagehistory` -- DROP TABLE IF EXISTS `vtiger_quotestagehistory`; CREATE TABLE `vtiger_quotestagehistory` ( `quoteid` int(19) NOT NULL default '0', `accountname` varchar(100) default NULL, `total` decimal(10,0) default NULL, `quotestage` varchar(200) default NULL, KEY `quotestagehistory_quoteid_idx` (`quoteid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_quotestagehistory` -- LOCK TABLES `vtiger_quotestagehistory` WRITE; /*!40000 ALTER TABLE `vtiger_quotestagehistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_quotestagehistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_rating` -- DROP TABLE IF EXISTS `vtiger_rating`; CREATE TABLE `vtiger_rating` ( `rating_id` int(19) NOT NULL auto_increment, `rating` varchar(200) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '1', PRIMARY KEY (`rating_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_rating` -- LOCK TABLES `vtiger_rating` WRITE; /*!40000 ALTER TABLE `vtiger_rating` DISABLE KEYS */; INSERT INTO `vtiger_rating` VALUES (1,'--None--',0,1),(2,'Acquired',1,1),(3,'Active',2,1),(4,'Market Failed',3,1),(5,'Project Cancelled',4,1),(6,'Shutdown',5,1); /*!40000 ALTER TABLE `vtiger_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_rating_seq` -- DROP TABLE IF EXISTS `vtiger_rating_seq`; CREATE TABLE `vtiger_rating_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_rating_seq` -- LOCK TABLES `vtiger_rating_seq` WRITE; /*!40000 ALTER TABLE `vtiger_rating_seq` DISABLE KEYS */; INSERT INTO `vtiger_rating_seq` VALUES (6); /*!40000 ALTER TABLE `vtiger_rating_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_recurringevents` -- DROP TABLE IF EXISTS `vtiger_recurringevents`; CREATE TABLE `vtiger_recurringevents` ( `recurringid` int(19) NOT NULL auto_increment, `activityid` int(19) NOT NULL default '0', `recurringdate` date default NULL, `recurringtype` varchar(30) default NULL, `recurringfreq` int(19) default NULL, `recurringinfo` varchar(50) default NULL, PRIMARY KEY (`recurringid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_recurringevents` -- LOCK TABLES `vtiger_recurringevents` WRITE; /*!40000 ALTER TABLE `vtiger_recurringevents` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_recurringevents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_recurringtype` -- DROP TABLE IF EXISTS `vtiger_recurringtype`; CREATE TABLE `vtiger_recurringtype` ( `recurringeventid` int(19) NOT NULL auto_increment, `recurringtype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`recurringeventid`), UNIQUE KEY `recurringtype_status_idx` (`recurringtype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_recurringtype` -- LOCK TABLES `vtiger_recurringtype` WRITE; /*!40000 ALTER TABLE `vtiger_recurringtype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_recurringtype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_recurringtype_seq` -- DROP TABLE IF EXISTS `vtiger_recurringtype_seq`; CREATE TABLE `vtiger_recurringtype_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_recurringtype_seq` -- LOCK TABLES `vtiger_recurringtype_seq` WRITE; /*!40000 ALTER TABLE `vtiger_recurringtype_seq` DISABLE KEYS */; INSERT INTO `vtiger_recurringtype_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_recurringtype_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_relatedlists` -- DROP TABLE IF EXISTS `vtiger_relatedlists`; CREATE TABLE `vtiger_relatedlists` ( `relation_id` int(19) NOT NULL default '0', `tabid` int(10) default NULL, `related_tabid` int(10) default NULL, `name` varchar(100) default NULL, `sequence` int(10) default NULL, `label` varchar(100) default NULL, `presence` int(10) NOT NULL default '0', PRIMARY KEY (`relation_id`), KEY `relatedlists_relation_id_idx` (`relation_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_relatedlists` -- LOCK TABLES `vtiger_relatedlists` WRITE; /*!40000 ALTER TABLE `vtiger_relatedlists` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_relatedlists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_relatedlists_seq` -- DROP TABLE IF EXISTS `vtiger_relatedlists_seq`; CREATE TABLE `vtiger_relatedlists_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_relatedlists_seq` -- LOCK TABLES `vtiger_relatedlists_seq` WRITE; /*!40000 ALTER TABLE `vtiger_relatedlists_seq` DISABLE KEYS */; INSERT INTO `vtiger_relatedlists_seq` VALUES (76); /*!40000 ALTER TABLE `vtiger_relatedlists_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_relcriteria` -- DROP TABLE IF EXISTS `vtiger_relcriteria`; CREATE TABLE `vtiger_relcriteria` ( `value` varchar(200) default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_relcriteria` -- LOCK TABLES `vtiger_relcriteria` WRITE; /*!40000 ALTER TABLE `vtiger_relcriteria` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_relcriteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_report` -- DROP TABLE IF EXISTS `vtiger_report`; CREATE TABLE `vtiger_report` ( `category` int(11) default '1' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_report` -- LOCK TABLES `vtiger_report` WRITE; /*!40000 ALTER TABLE `vtiger_report` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_reportdatefilter` -- DROP TABLE IF EXISTS `vtiger_reportdatefilter`; CREATE TABLE `vtiger_reportdatefilter` ( `enddate` date default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_reportdatefilter` -- LOCK TABLES `vtiger_reportdatefilter` WRITE; /*!40000 ALTER TABLE `vtiger_reportdatefilter` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_reportdatefilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_reportfolder` -- DROP TABLE IF EXISTS `vtiger_reportfolder`; CREATE TABLE `vtiger_reportfolder` ( `folderid` int(19) NOT NULL auto_increment, `foldername` varchar(100) NOT NULL default '', `description` varchar(250) default '', `state` varchar(50) default 'SAVED', PRIMARY KEY (`folderid`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_reportfolder` -- LOCK TABLES `vtiger_reportfolder` WRITE; /*!40000 ALTER TABLE `vtiger_reportfolder` DISABLE KEYS */; INSERT INTO `vtiger_reportfolder` VALUES (1,'Account and Contact Reports','Account and Contact Reports','SAVED'),(2,'Lead Reports','Lead Reports','SAVED'),(3,'Potential Reports','Potential Reports','SAVED'),(4,'Activity Reports','Activity Reports','SAVED'),(5,'HelpDesk Reports','HelpDesk Reports','SAVED'),(6,'Product Reports','Product Reports','SAVED'),(7,'Quote Reports','Quote Reports','SAVED'),(8,'PurchaseOrder Reports','PurchaseOrder Reports','SAVED'),(9,'Invoice Reports','Invoice Reports','SAVED'),(10,'SalesOrder Reports','SalesOrder Reports','SAVED'),(11,'Campaign Reports','Campaign Reports','SAVED'); /*!40000 ALTER TABLE `vtiger_reportfolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_reportmodules` -- DROP TABLE IF EXISTS `vtiger_reportmodules`; CREATE TABLE `vtiger_reportmodules` ( `secondarymodules` varchar(250) default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_reportmodules` -- LOCK TABLES `vtiger_reportmodules` WRITE; /*!40000 ALTER TABLE `vtiger_reportmodules` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_reportmodules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_reportsortcol` -- DROP TABLE IF EXISTS `vtiger_reportsortcol`; CREATE TABLE `vtiger_reportsortcol` ( `sortorder` varchar(250) default 'Asc' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_reportsortcol` -- LOCK TABLES `vtiger_reportsortcol` WRITE; /*!40000 ALTER TABLE `vtiger_reportsortcol` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_reportsortcol` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_reportsummary` -- DROP TABLE IF EXISTS `vtiger_reportsummary`; CREATE TABLE `vtiger_reportsummary` ( `reportsummaryid` int(19) NOT NULL default '0', `summarytype` int(19) NOT NULL default '0', KEY `reportsummary_reportsummaryid_idx` (`reportsummaryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_reportsummary` -- LOCK TABLES `vtiger_reportsummary` WRITE; /*!40000 ALTER TABLE `vtiger_reportsummary` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_reportsummary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_revenuetype` -- DROP TABLE IF EXISTS `vtiger_revenuetype`; CREATE TABLE `vtiger_revenuetype` ( `revenuetypeid` int(19) NOT NULL auto_increment, `revenuetype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`revenuetypeid`), UNIQUE KEY `revenuetype_revenuetype_idx` (`revenuetype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_revenuetype` -- LOCK TABLES `vtiger_revenuetype` WRITE; /*!40000 ALTER TABLE `vtiger_revenuetype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_revenuetype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_role` -- DROP TABLE IF EXISTS `vtiger_role`; CREATE TABLE `vtiger_role` ( `roleid` varchar(255) NOT NULL default '', `rolename` varchar(200) default NULL, `parentrole` varchar(255) default NULL, `depth` int(19) default NULL, PRIMARY KEY (`roleid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_role` -- LOCK TABLES `vtiger_role` WRITE; /*!40000 ALTER TABLE `vtiger_role` DISABLE KEYS */; INSERT INTO `vtiger_role` VALUES ('H1','Organisation','H1',0),('H2','CEO','H1::H2',1),('H3','Vice President','H1::H2::H3',2),('H4','Sales Manager','H1::H2::H3::H4',3),('H5','Sales Man','H1::H2::H3::H4::H5',4); /*!40000 ALTER TABLE `vtiger_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_role2profile` -- DROP TABLE IF EXISTS `vtiger_role2profile`; CREATE TABLE `vtiger_role2profile` ( `roleid` varchar(255) NOT NULL default '', `profileid` int(11) NOT NULL default '0', PRIMARY KEY (`roleid`,`profileid`), KEY `role2profile_roleid_profileid_idx` (`roleid`,`profileid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_role2profile` -- LOCK TABLES `vtiger_role2profile` WRITE; /*!40000 ALTER TABLE `vtiger_role2profile` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_role2profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_role_seq` -- DROP TABLE IF EXISTS `vtiger_role_seq`; CREATE TABLE `vtiger_role_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_role_seq` -- LOCK TABLES `vtiger_role_seq` WRITE; /*!40000 ALTER TABLE `vtiger_role_seq` DISABLE KEYS */; INSERT INTO `vtiger_role_seq` VALUES (5); /*!40000 ALTER TABLE `vtiger_role_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_rss` -- DROP TABLE IF EXISTS `vtiger_rss`; CREATE TABLE `vtiger_rss` ( `rssid` int(19) NOT NULL default '0', `rssurl` varchar(200) NOT NULL default '', `rsstitle` varchar(200) default NULL, `rsstype` int(10) default '0', `starred` int(1) default '0', PRIMARY KEY (`rssid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_rss` -- LOCK TABLES `vtiger_rss` WRITE; /*!40000 ALTER TABLE `vtiger_rss` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_rss` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sales_stage` -- DROP TABLE IF EXISTS `vtiger_sales_stage`; CREATE TABLE `vtiger_sales_stage` ( `sales_stage_id` int(19) NOT NULL auto_increment, `sales_stage` varchar(200) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '1', PRIMARY KEY (`sales_stage_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sales_stage` -- LOCK TABLES `vtiger_sales_stage` WRITE; /*!40000 ALTER TABLE `vtiger_sales_stage` DISABLE KEYS */; INSERT INTO `vtiger_sales_stage` VALUES (1,'Prospecting',0,1),(2,'Qualification',1,1),(3,'Needs Analysis',2,1),(4,'Value Proposition',3,1),(5,'Id. Decision Makers',4,1),(6,'Perception Analysis',5,1),(7,'Proposal/Price Quote',6,1),(8,'Negotiation/Review',7,1),(9,'Closed Won',8,1),(10,'Closed Lost',9,1); /*!40000 ALTER TABLE `vtiger_sales_stage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sales_stage_seq` -- DROP TABLE IF EXISTS `vtiger_sales_stage_seq`; CREATE TABLE `vtiger_sales_stage_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sales_stage_seq` -- LOCK TABLES `vtiger_sales_stage_seq` WRITE; /*!40000 ALTER TABLE `vtiger_sales_stage_seq` DISABLE KEYS */; INSERT INTO `vtiger_sales_stage_seq` VALUES (10); /*!40000 ALTER TABLE `vtiger_sales_stage_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salesmanactivityrel` -- DROP TABLE IF EXISTS `vtiger_salesmanactivityrel`; CREATE TABLE `vtiger_salesmanactivityrel` ( `activityid` int(19) NOT NULL default '0', KEY `salesmanactivityrel_activityid_idx` (`activityid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salesmanactivityrel` -- LOCK TABLES `vtiger_salesmanactivityrel` WRITE; /*!40000 ALTER TABLE `vtiger_salesmanactivityrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_salesmanactivityrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salesmanattachmentsrel` -- DROP TABLE IF EXISTS `vtiger_salesmanattachmentsrel`; CREATE TABLE `vtiger_salesmanattachmentsrel` ( `smid` int(19) NOT NULL default '0', KEY `salesmanattachmentsrel_smid_idx` (`smid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salesmanattachmentsrel` -- LOCK TABLES `vtiger_salesmanattachmentsrel` WRITE; /*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salesmanticketrel` -- DROP TABLE IF EXISTS `vtiger_salesmanticketrel`; CREATE TABLE `vtiger_salesmanticketrel` ( `id` int(19) NOT NULL default '0', KEY `salesmanticketrel_id_idx` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salesmanticketrel` -- LOCK TABLES `vtiger_salesmanticketrel` WRITE; /*!40000 ALTER TABLE `vtiger_salesmanticketrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_salesmanticketrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salesorder` -- DROP TABLE IF EXISTS `vtiger_salesorder`; CREATE TABLE `vtiger_salesorder` ( `salesorderid` int(19) NOT NULL default '0', `subject` varchar(100) default NULL, `potentialid` int(19) default NULL, `customerno` varchar(100) default NULL, `quoteid` int(19) default NULL, `vendorterms` varchar(100) default NULL, `contactid` int(19) default NULL, `vendorid` int(19) default NULL, `duedate` date default NULL, `carrier` varchar(100) default NULL, `pending` varchar(200) default NULL, `type` varchar(100) default NULL, `salestax` decimal(11,3) default NULL, `adjustment` decimal(11,3) default NULL, `salescommission` decimal(11,3) default NULL, `exciseduty` decimal(11,3) default NULL, `total` decimal(11,3) default NULL, `subtotal` decimal(11,3) default NULL, `taxtype` varchar(25) default NULL, `discount_percent` decimal(11,3) default NULL, `discount_amount` decimal(11,3) default NULL, `s_h_amount` decimal(11,3) default NULL, `accountid` int(19) default NULL, `terms_conditions` text, `purchaseorder` varchar(200) default NULL, KEY `salesorder_vendorid_idx` (`vendorid`), KEY `salesorder_contactid_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salesorder` -- LOCK TABLES `vtiger_salesorder` WRITE; /*!40000 ALTER TABLE `vtiger_salesorder` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_salesorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salesordercf` -- DROP TABLE IF EXISTS `vtiger_salesordercf`; CREATE TABLE `vtiger_salesordercf` ( `salesorderid` int(19) NOT NULL default '0', PRIMARY KEY (`salesorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salesordercf` -- LOCK TABLES `vtiger_salesordercf` WRITE; /*!40000 ALTER TABLE `vtiger_salesordercf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_salesordercf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salutationtype` -- DROP TABLE IF EXISTS `vtiger_salutationtype`; CREATE TABLE `vtiger_salutationtype` ( `salutationid` int(19) NOT NULL auto_increment, `salutationtype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`salutationid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salutationtype` -- LOCK TABLES `vtiger_salutationtype` WRITE; /*!40000 ALTER TABLE `vtiger_salutationtype` DISABLE KEYS */; INSERT INTO `vtiger_salutationtype` VALUES (1,'--None--',0,1),(2,'Mr.',1,1),(3,'Ms.',2,1),(4,'Mrs.',3,1),(5,'Dr.',4,1),(6,'Prof.',5,1); /*!40000 ALTER TABLE `vtiger_salutationtype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_salutationtype_seq` -- DROP TABLE IF EXISTS `vtiger_salutationtype_seq`; CREATE TABLE `vtiger_salutationtype_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_salutationtype_seq` -- LOCK TABLES `vtiger_salutationtype_seq` WRITE; /*!40000 ALTER TABLE `vtiger_salutationtype_seq` DISABLE KEYS */; INSERT INTO `vtiger_salutationtype_seq` VALUES (6); /*!40000 ALTER TABLE `vtiger_salutationtype_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_seactivityrel` -- DROP TABLE IF EXISTS `vtiger_seactivityrel`; CREATE TABLE `vtiger_seactivityrel` ( `activityid` int(19) NOT NULL default '0', KEY `seactivityrel_activityid_idx` (`activityid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_seactivityrel` -- LOCK TABLES `vtiger_seactivityrel` WRITE; /*!40000 ALTER TABLE `vtiger_seactivityrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_seactivityrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_seactivityrel_seq` -- DROP TABLE IF EXISTS `vtiger_seactivityrel_seq`; CREATE TABLE `vtiger_seactivityrel_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_seactivityrel_seq` -- LOCK TABLES `vtiger_seactivityrel_seq` WRITE; /*!40000 ALTER TABLE `vtiger_seactivityrel_seq` DISABLE KEYS */; INSERT INTO `vtiger_seactivityrel_seq` VALUES (1); /*!40000 ALTER TABLE `vtiger_seactivityrel_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_seattachmentsrel` -- DROP TABLE IF EXISTS `vtiger_seattachmentsrel`; CREATE TABLE `vtiger_seattachmentsrel` ( `attachmentsid` int(19) NOT NULL default '0', KEY `seattachmentsrel_attachmentsid_idx` (`attachmentsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_seattachmentsrel` -- LOCK TABLES `vtiger_seattachmentsrel` WRITE; /*!40000 ALTER TABLE `vtiger_seattachmentsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_seattachmentsrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_selectcolumn` -- DROP TABLE IF EXISTS `vtiger_selectcolumn`; CREATE TABLE `vtiger_selectcolumn` ( `columnname` varchar(250) default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_selectcolumn` -- LOCK TABLES `vtiger_selectcolumn` WRITE; /*!40000 ALTER TABLE `vtiger_selectcolumn` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_selectcolumn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_selectquery` -- DROP TABLE IF EXISTS `vtiger_selectquery`; CREATE TABLE `vtiger_selectquery` ( `queryid` int(19) NOT NULL default '0', `startindex` int(19) default '0', `numofobjects` int(19) default '0', PRIMARY KEY (`queryid`), KEY `selectquery_queryid_idx` (`queryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_selectquery` -- LOCK TABLES `vtiger_selectquery` WRITE; /*!40000 ALTER TABLE `vtiger_selectquery` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_selectquery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_selectquery_seq` -- DROP TABLE IF EXISTS `vtiger_selectquery_seq`; CREATE TABLE `vtiger_selectquery_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_selectquery_seq` -- LOCK TABLES `vtiger_selectquery_seq` WRITE; /*!40000 ALTER TABLE `vtiger_selectquery_seq` DISABLE KEYS */; INSERT INTO `vtiger_selectquery_seq` VALUES (21); /*!40000 ALTER TABLE `vtiger_selectquery_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_senotesrel` -- DROP TABLE IF EXISTS `vtiger_senotesrel`; CREATE TABLE `vtiger_senotesrel` ( `crmid` int(19) NOT NULL default '0', KEY `senotesrel_crmid_idx` (`crmid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_senotesrel` -- LOCK TABLES `vtiger_senotesrel` WRITE; /*!40000 ALTER TABLE `vtiger_senotesrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_senotesrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_seproductsrel` -- DROP TABLE IF EXISTS `vtiger_seproductsrel`; CREATE TABLE `vtiger_seproductsrel` ( `crmid` int(19) NOT NULL default '0', KEY `seproductrel_crmid_idx` (`crmid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_seproductsrel` -- LOCK TABLES `vtiger_seproductsrel` WRITE; /*!40000 ALTER TABLE `vtiger_seproductsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_seproductsrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_seticketsrel` -- DROP TABLE IF EXISTS `vtiger_seticketsrel`; CREATE TABLE `vtiger_seticketsrel` ( `crmid` int(19) NOT NULL default '0', KEY `seticketsrel_crmid_idx` (`crmid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_seticketsrel` -- LOCK TABLES `vtiger_seticketsrel` WRITE; /*!40000 ALTER TABLE `vtiger_seticketsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_seticketsrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sharedcalendar` -- DROP TABLE IF EXISTS `vtiger_sharedcalendar`; CREATE TABLE `vtiger_sharedcalendar` ( `userid` int(19) NOT NULL default '0', `sharedid` int(19) NOT NULL default '0', PRIMARY KEY (`userid`,`sharedid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sharedcalendar` -- LOCK TABLES `vtiger_sharedcalendar` WRITE; /*!40000 ALTER TABLE `vtiger_sharedcalendar` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_sharedcalendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_shippingtaxinfo` -- DROP TABLE IF EXISTS `vtiger_shippingtaxinfo`; CREATE TABLE `vtiger_shippingtaxinfo` ( `taxid` int(3) NOT NULL default '0', `taxname` varchar(50) default NULL, `taxlabel` varchar(50) default NULL, `percentage` decimal(7,3) default NULL, `deleted` int(1) default NULL, PRIMARY KEY (`taxid`), KEY `shippingtaxinfo_taxname_idx` (`taxname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_shippingtaxinfo` -- LOCK TABLES `vtiger_shippingtaxinfo` WRITE; /*!40000 ALTER TABLE `vtiger_shippingtaxinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_shippingtaxinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_shippingtaxinfo_seq` -- DROP TABLE IF EXISTS `vtiger_shippingtaxinfo_seq`; CREATE TABLE `vtiger_shippingtaxinfo_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_shippingtaxinfo_seq` -- LOCK TABLES `vtiger_shippingtaxinfo_seq` WRITE; /*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` DISABLE KEYS */; INSERT INTO `vtiger_shippingtaxinfo_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sobillads` -- DROP TABLE IF EXISTS `vtiger_sobillads`; CREATE TABLE `vtiger_sobillads` ( `sobilladdressid` int(19) NOT NULL default '0', `bill_city` varchar(30) default NULL, `bill_code` varchar(30) default NULL, `bill_country` varchar(30) default NULL, `bill_state` varchar(30) default NULL, `bill_street` varchar(250) default NULL, KEY `fk_1_vtiger_sobillads` (`sobilladdressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sobillads` -- LOCK TABLES `vtiger_sobillads` WRITE; /*!40000 ALTER TABLE `vtiger_sobillads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_sobillads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sogrouprelation` -- DROP TABLE IF EXISTS `vtiger_sogrouprelation`; CREATE TABLE `vtiger_sogrouprelation` ( `salesorderid` int(19) NOT NULL default '0', KEY `fk_2_vtiger_sogrouprelation` (`salesorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sogrouprelation` -- LOCK TABLES `vtiger_sogrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_sogrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_sogrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_soshipads` -- DROP TABLE IF EXISTS `vtiger_soshipads`; CREATE TABLE `vtiger_soshipads` ( `soshipaddressid` int(19) NOT NULL default '0', `ship_city` varchar(30) default NULL, `ship_code` varchar(30) default NULL, `ship_country` varchar(30) default NULL, `ship_state` varchar(30) default NULL, `ship_street` varchar(250) default NULL, KEY `fk_1_vtiger_soshipads` (`soshipaddressid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_soshipads` -- LOCK TABLES `vtiger_soshipads` WRITE; /*!40000 ALTER TABLE `vtiger_soshipads` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_soshipads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sostatus` -- DROP TABLE IF EXISTS `vtiger_sostatus`; CREATE TABLE `vtiger_sostatus` ( `sostatusid` int(19) NOT NULL auto_increment, `sostatus` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`sostatusid`), UNIQUE KEY `sostatus_sostatus_idx` (`sostatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sostatus` -- LOCK TABLES `vtiger_sostatus` WRITE; /*!40000 ALTER TABLE `vtiger_sostatus` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_sostatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sostatus_seq` -- DROP TABLE IF EXISTS `vtiger_sostatus_seq`; CREATE TABLE `vtiger_sostatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sostatus_seq` -- LOCK TABLES `vtiger_sostatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_sostatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_sostatus_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_sostatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_sostatushistory` -- DROP TABLE IF EXISTS `vtiger_sostatushistory`; CREATE TABLE `vtiger_sostatushistory` ( `salesorderid` int(19) NOT NULL default '0', `accountname` varchar(100) default NULL, `total` decimal(10,0) default NULL, `sostatus` varchar(200) default NULL, KEY `sostatushistory_salesorderid_idx` (`salesorderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_sostatushistory` -- LOCK TABLES `vtiger_sostatushistory` WRITE; /*!40000 ALTER TABLE `vtiger_sostatushistory` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_sostatushistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_status` -- DROP TABLE IF EXISTS `vtiger_status`; CREATE TABLE `vtiger_status` ( `statusid` int(19) NOT NULL auto_increment, `status` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`statusid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_status` -- LOCK TABLES `vtiger_status` WRITE; /*!40000 ALTER TABLE `vtiger_status` DISABLE KEYS */; INSERT INTO `vtiger_status` VALUES (1,'Active',0,1),(2,'Inactive',1,1); /*!40000 ALTER TABLE `vtiger_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_status_seq` -- DROP TABLE IF EXISTS `vtiger_status_seq`; CREATE TABLE `vtiger_status_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_status_seq` -- LOCK TABLES `vtiger_status_seq` WRITE; /*!40000 ALTER TABLE `vtiger_status_seq` DISABLE KEYS */; INSERT INTO `vtiger_status_seq` VALUES (2); /*!40000 ALTER TABLE `vtiger_status_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_systems` -- DROP TABLE IF EXISTS `vtiger_systems`; CREATE TABLE `vtiger_systems` ( `id` int(19) NOT NULL default '0', `server` varchar(30) default NULL, `server_port` int(19) default NULL, `server_username` varchar(30) default NULL, `server_password` varchar(30) default NULL, `server_type` varchar(20) default NULL, `smtp_auth` varchar(5) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_systems` -- LOCK TABLES `vtiger_systems` WRITE; /*!40000 ALTER TABLE `vtiger_systems` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_systems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tab` -- DROP TABLE IF EXISTS `vtiger_tab`; CREATE TABLE `vtiger_tab` ( `tabid` int(19) NOT NULL default '0', `name` varchar(25) NOT NULL default '', `presence` int(19) NOT NULL default '1', `tabsequence` int(10) default NULL, `tablabel` varchar(25) NOT NULL default '', `modifiedby` int(19) default NULL, `modifiedtime` int(19) default NULL, `customized` int(1) default NULL, PRIMARY KEY (`tabid`), UNIQUE KEY `tab_name_idx` (`name`), KEY `tab_modifiedby_idx` (`modifiedby`), KEY `tab_tabid_idx` (`tabid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tab` -- LOCK TABLES `vtiger_tab` WRITE; /*!40000 ALTER TABLE `vtiger_tab` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taskpriority` -- DROP TABLE IF EXISTS `vtiger_taskpriority`; CREATE TABLE `vtiger_taskpriority` ( `taskpriorityid` int(19) NOT NULL auto_increment, `taskpriority` varchar(100) default NULL, `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`taskpriorityid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taskpriority` -- LOCK TABLES `vtiger_taskpriority` WRITE; /*!40000 ALTER TABLE `vtiger_taskpriority` DISABLE KEYS */; INSERT INTO `vtiger_taskpriority` VALUES (1,'High',0,1),(2,'Medium',1,1),(3,'Low',2,1); /*!40000 ALTER TABLE `vtiger_taskpriority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taskpriority_seq` -- DROP TABLE IF EXISTS `vtiger_taskpriority_seq`; CREATE TABLE `vtiger_taskpriority_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taskpriority_seq` -- LOCK TABLES `vtiger_taskpriority_seq` WRITE; /*!40000 ALTER TABLE `vtiger_taskpriority_seq` DISABLE KEYS */; INSERT INTO `vtiger_taskpriority_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_taskpriority_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taskstatus` -- DROP TABLE IF EXISTS `vtiger_taskstatus`; CREATE TABLE `vtiger_taskstatus` ( `taskstatusid` int(19) NOT NULL auto_increment, `taskstatus` varchar(100) default NULL, `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`taskstatusid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taskstatus` -- LOCK TABLES `vtiger_taskstatus` WRITE; /*!40000 ALTER TABLE `vtiger_taskstatus` DISABLE KEYS */; INSERT INTO `vtiger_taskstatus` VALUES (1,'Not Started',0,1),(2,'In Progress',1,1),(3,'Completed',2,1),(4,'Pending Input',3,1),(5,'Deferred',4,1),(6,'Planned',5,1); /*!40000 ALTER TABLE `vtiger_taskstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taskstatus_seq` -- DROP TABLE IF EXISTS `vtiger_taskstatus_seq`; CREATE TABLE `vtiger_taskstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taskstatus_seq` -- LOCK TABLES `vtiger_taskstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_taskstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_taskstatus_seq` VALUES (6); /*!40000 ALTER TABLE `vtiger_taskstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taxclass` -- DROP TABLE IF EXISTS `vtiger_taxclass`; CREATE TABLE `vtiger_taxclass` ( `taxclassid` int(19) NOT NULL auto_increment, `taxclass` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`taxclassid`), UNIQUE KEY `taxclass_carrier_idx` (`taxclass`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taxclass` -- LOCK TABLES `vtiger_taxclass` WRITE; /*!40000 ALTER TABLE `vtiger_taxclass` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_taxclass` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_taxclass_seq` -- DROP TABLE IF EXISTS `vtiger_taxclass_seq`; CREATE TABLE `vtiger_taxclass_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_taxclass_seq` -- LOCK TABLES `vtiger_taxclass_seq` WRITE; /*!40000 ALTER TABLE `vtiger_taxclass_seq` DISABLE KEYS */; INSERT INTO `vtiger_taxclass_seq` VALUES (2); /*!40000 ALTER TABLE `vtiger_taxclass_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketcategories` -- DROP TABLE IF EXISTS `vtiger_ticketcategories`; CREATE TABLE `vtiger_ticketcategories` ( `ticketcategories_id` int(19) NOT NULL auto_increment, `ticketcategories` varchar(100) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '0', PRIMARY KEY (`ticketcategories_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketcategories` -- LOCK TABLES `vtiger_ticketcategories` WRITE; /*!40000 ALTER TABLE `vtiger_ticketcategories` DISABLE KEYS */; INSERT INTO `vtiger_ticketcategories` VALUES (1,'Big Problem',0,1),(2,'Small Problem',1,1),(3,'Other Problem',2,1); /*!40000 ALTER TABLE `vtiger_ticketcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketcategories_seq` -- DROP TABLE IF EXISTS `vtiger_ticketcategories_seq`; CREATE TABLE `vtiger_ticketcategories_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketcategories_seq` -- LOCK TABLES `vtiger_ticketcategories_seq` WRITE; /*!40000 ALTER TABLE `vtiger_ticketcategories_seq` DISABLE KEYS */; INSERT INTO `vtiger_ticketcategories_seq` VALUES (3); /*!40000 ALTER TABLE `vtiger_ticketcategories_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketcf` -- DROP TABLE IF EXISTS `vtiger_ticketcf`; CREATE TABLE `vtiger_ticketcf` ( `ticketid` int(19) NOT NULL default '0', PRIMARY KEY (`ticketid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketcf` -- LOCK TABLES `vtiger_ticketcf` WRITE; /*!40000 ALTER TABLE `vtiger_ticketcf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_ticketcf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketcomments` -- DROP TABLE IF EXISTS `vtiger_ticketcomments`; CREATE TABLE `vtiger_ticketcomments` ( `createdtime` datetime NOT NULL default '0000-00-00 00:00:00' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketcomments` -- LOCK TABLES `vtiger_ticketcomments` WRITE; /*!40000 ALTER TABLE `vtiger_ticketcomments` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_ticketcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketgrouprelation` -- DROP TABLE IF EXISTS `vtiger_ticketgrouprelation`; CREATE TABLE `vtiger_ticketgrouprelation` ( `groupname` varchar(100) default NULL, KEY `ticketgrouprelation_groupname_idx` (`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketgrouprelation` -- LOCK TABLES `vtiger_ticketgrouprelation` WRITE; /*!40000 ALTER TABLE `vtiger_ticketgrouprelation` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_ticketgrouprelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketpriorities` -- DROP TABLE IF EXISTS `vtiger_ticketpriorities`; CREATE TABLE `vtiger_ticketpriorities` ( `ticketpriorities_id` int(19) NOT NULL auto_increment, `ticketpriorities` varchar(100) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '0', PRIMARY KEY (`ticketpriorities_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketpriorities` -- LOCK TABLES `vtiger_ticketpriorities` WRITE; /*!40000 ALTER TABLE `vtiger_ticketpriorities` DISABLE KEYS */; INSERT INTO `vtiger_ticketpriorities` VALUES (1,'Low',0,1),(2,'Normal',1,1),(3,'High',2,1),(4,'Urgent',3,1); /*!40000 ALTER TABLE `vtiger_ticketpriorities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketpriorities_seq` -- DROP TABLE IF EXISTS `vtiger_ticketpriorities_seq`; CREATE TABLE `vtiger_ticketpriorities_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketpriorities_seq` -- LOCK TABLES `vtiger_ticketpriorities_seq` WRITE; /*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` DISABLE KEYS */; INSERT INTO `vtiger_ticketpriorities_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketseverities` -- DROP TABLE IF EXISTS `vtiger_ticketseverities`; CREATE TABLE `vtiger_ticketseverities` ( `ticketseverities_id` int(19) NOT NULL auto_increment, `ticketseverities` varchar(100) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '0', PRIMARY KEY (`ticketseverities_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketseverities` -- LOCK TABLES `vtiger_ticketseverities` WRITE; /*!40000 ALTER TABLE `vtiger_ticketseverities` DISABLE KEYS */; INSERT INTO `vtiger_ticketseverities` VALUES (1,'Minor',0,1),(2,'Major',1,1),(3,'Feature',2,1),(4,'Critical',3,1); /*!40000 ALTER TABLE `vtiger_ticketseverities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketseverities_seq` -- DROP TABLE IF EXISTS `vtiger_ticketseverities_seq`; CREATE TABLE `vtiger_ticketseverities_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketseverities_seq` -- LOCK TABLES `vtiger_ticketseverities_seq` WRITE; /*!40000 ALTER TABLE `vtiger_ticketseverities_seq` DISABLE KEYS */; INSERT INTO `vtiger_ticketseverities_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_ticketseverities_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketstatus` -- DROP TABLE IF EXISTS `vtiger_ticketstatus`; CREATE TABLE `vtiger_ticketstatus` ( `ticketstatus_id` int(19) NOT NULL auto_increment, `ticketstatus` varchar(60) default NULL, `SORTORDERID` int(19) NOT NULL default '0', `PRESENCE` int(1) NOT NULL default '0', PRIMARY KEY (`ticketstatus_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketstatus` -- LOCK TABLES `vtiger_ticketstatus` WRITE; /*!40000 ALTER TABLE `vtiger_ticketstatus` DISABLE KEYS */; INSERT INTO `vtiger_ticketstatus` VALUES (1,'Open',0,1),(2,'In Progress',1,1),(3,'Wait For Response',2,1),(4,'Closed',3,1); /*!40000 ALTER TABLE `vtiger_ticketstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketstatus_seq` -- DROP TABLE IF EXISTS `vtiger_ticketstatus_seq`; CREATE TABLE `vtiger_ticketstatus_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketstatus_seq` -- LOCK TABLES `vtiger_ticketstatus_seq` WRITE; /*!40000 ALTER TABLE `vtiger_ticketstatus_seq` DISABLE KEYS */; INSERT INTO `vtiger_ticketstatus_seq` VALUES (4); /*!40000 ALTER TABLE `vtiger_ticketstatus_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_ticketstracktime` -- DROP TABLE IF EXISTS `vtiger_ticketstracktime`; CREATE TABLE `vtiger_ticketstracktime` ( `ticket_id` int(11) NOT NULL default '0', `supporter_id` int(11) NOT NULL default '0', `minutes` int(11) default '0', `date_logged` int(11) NOT NULL default '0', PRIMARY KEY (`ticket_id`), KEY `ticketstracktime_ticket_id_idx` (`ticket_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_ticketstracktime` -- LOCK TABLES `vtiger_ticketstracktime` WRITE; /*!40000 ALTER TABLE `vtiger_ticketstracktime` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_ticketstracktime` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_read_group_rel_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_read_group_rel_sharing_per`; CREATE TABLE `vtiger_tmp_read_group_rel_sharing_per` ( `sharedgroupid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_read_group_rel_sharing_per` -- LOCK TABLES `vtiger_tmp_read_group_rel_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_read_group_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_read_group_sharing_per`; CREATE TABLE `vtiger_tmp_read_group_sharing_per` ( `sharedgroupid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_read_group_sharing_per` -- LOCK TABLES `vtiger_tmp_read_group_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_read_user_rel_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_read_user_rel_sharing_per`; CREATE TABLE `vtiger_tmp_read_user_rel_sharing_per` ( `shareduserid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_read_user_rel_sharing_per` -- LOCK TABLES `vtiger_tmp_read_user_rel_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_read_user_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_read_user_sharing_per`; CREATE TABLE `vtiger_tmp_read_user_sharing_per` ( `shareduserid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_read_user_sharing_per` -- LOCK TABLES `vtiger_tmp_read_user_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_write_group_rel_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_write_group_rel_sharing_per`; CREATE TABLE `vtiger_tmp_write_group_rel_sharing_per` ( `sharedgroupid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_write_group_rel_sharing_per` -- LOCK TABLES `vtiger_tmp_write_group_rel_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_write_group_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_write_group_sharing_per`; CREATE TABLE `vtiger_tmp_write_group_sharing_per` ( `sharedgroupid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_write_group_sharing_per` -- LOCK TABLES `vtiger_tmp_write_group_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_write_user_rel_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_write_user_rel_sharing_per`; CREATE TABLE `vtiger_tmp_write_user_rel_sharing_per` ( `shareduserid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_write_user_rel_sharing_per` -- LOCK TABLES `vtiger_tmp_write_user_rel_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tmp_write_user_sharing_per` -- DROP TABLE IF EXISTS `vtiger_tmp_write_user_sharing_per`; CREATE TABLE `vtiger_tmp_write_user_sharing_per` ( `shareduserid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tmp_write_user_sharing_per` -- LOCK TABLES `vtiger_tmp_write_user_sharing_per` WRITE; /*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_tracker` -- DROP TABLE IF EXISTS `vtiger_tracker`; CREATE TABLE `vtiger_tracker` ( `id` int(11) NOT NULL auto_increment, `user_id` varchar(36) default NULL, `module_name` varchar(25) default NULL, `item_id` varchar(36) default NULL, `item_summary` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_tracker` -- LOCK TABLES `vtiger_tracker` WRITE; /*!40000 ALTER TABLE `vtiger_tracker` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_tracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_troubletickets` -- DROP TABLE IF EXISTS `vtiger_troubletickets`; CREATE TABLE `vtiger_troubletickets` ( `version_id` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_troubletickets` -- LOCK TABLES `vtiger_troubletickets` WRITE; /*!40000 ALTER TABLE `vtiger_troubletickets` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_troubletickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_usageunit` -- DROP TABLE IF EXISTS `vtiger_usageunit`; CREATE TABLE `vtiger_usageunit` ( `usageunitid` int(19) NOT NULL auto_increment, `usageunit` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`usageunitid`), UNIQUE KEY `usageunit_usageunit_idx` (`usageunit`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_usageunit` -- LOCK TABLES `vtiger_usageunit` WRITE; /*!40000 ALTER TABLE `vtiger_usageunit` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_usageunit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_usageunit_seq` -- DROP TABLE IF EXISTS `vtiger_usageunit_seq`; CREATE TABLE `vtiger_usageunit_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_usageunit_seq` -- LOCK TABLES `vtiger_usageunit_seq` WRITE; /*!40000 ALTER TABLE `vtiger_usageunit_seq` DISABLE KEYS */; INSERT INTO `vtiger_usageunit_seq` VALUES (16); /*!40000 ALTER TABLE `vtiger_usageunit_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_user2role` -- DROP TABLE IF EXISTS `vtiger_user2role`; CREATE TABLE `vtiger_user2role` ( `userid` int(11) NOT NULL default '0', KEY `fk_2_vtiger_user2role` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_user2role` -- LOCK TABLES `vtiger_user2role` WRITE; /*!40000 ALTER TABLE `vtiger_user2role` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_user2role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_users` -- DROP TABLE IF EXISTS `vtiger_users`; CREATE TABLE `vtiger_users` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(20) default NULL, `user_password` varchar(30) default NULL, `user_hash` varchar(32) default NULL, `cal_color` varchar(25) default '#E6FAD8', `first_name` varchar(30) default NULL, `last_name` varchar(30) default NULL, `reports_to_id` varchar(36) default NULL, `is_admin` char(3) default '0', `currency_id` int(19) NOT NULL default '1', `description` text, `date_entered` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `date_modified` timestamp NOT NULL default '0000-00-00 00:00:00', `modified_user_id` varchar(36) default NULL, `title` varchar(50) default NULL, `department` varchar(50) default NULL, `phone_home` varchar(50) default NULL, `phone_mobile` varchar(50) default NULL, `phone_work` varchar(50) default NULL, `phone_other` varchar(50) default NULL, `phone_fax` varchar(50) default NULL, `email1` varchar(100) default NULL, `email2` varchar(100) default NULL, `yahoo_id` varchar(100) default NULL, `status` varchar(25) default NULL, `signature` varchar(250) default NULL, `address_street` varchar(150) default NULL, `address_city` varchar(100) default NULL, `address_state` varchar(100) default NULL, `address_country` varchar(25) default NULL, `address_postalcode` varchar(9) default NULL, `user_preferences` text, `tz` varchar(30) default NULL, `holidays` varchar(60) default NULL, `namedays` varchar(60) default NULL, `workdays` varchar(30) default NULL, `weekstart` int(11) default NULL, `date_format` varchar(30) default NULL, `hour_format` varchar(30) default 'am/pm', `start_hour` varchar(30) default '10:00', `end_hour` varchar(30) default '23:00', `homeorder` varchar(255) default 'ALVT,HDB,PLVT,QLTQ,CVLVT,HLT,OLV,GRT,OLTSO,ILTI,MNL,OLTPO,LTFAQ', `activity_view` varchar(25) default 'Today', `lead_view` varchar(25) default 'Today', `imagename` varchar(250) default NULL, `deleted` int(1) NOT NULL default '0', `defhomeview` varchar(100) default NULL, `confirm_password` varchar(30) default NULL, PRIMARY KEY (`id`), KEY `user_user_name_idx` (`user_name`), KEY `user_user_password_idx` (`user_password`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_users` -- LOCK TABLES `vtiger_users` WRITE; /*!40000 ALTER TABLE `vtiger_users` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_users2group` -- DROP TABLE IF EXISTS `vtiger_users2group`; CREATE TABLE `vtiger_users2group` ( `groupid` int(19) NOT NULL default '0', KEY `users2group_groupname_uerid_idx` (`groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_users2group` -- LOCK TABLES `vtiger_users2group` WRITE; /*!40000 ALTER TABLE `vtiger_users2group` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_users2group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_users_last_import` -- DROP TABLE IF EXISTS `vtiger_users_last_import`; CREATE TABLE `vtiger_users_last_import` ( `id` int(36) NOT NULL auto_increment, `assigned_user_id` varchar(36) default NULL, `bean_type` varchar(36) default NULL, `bean_id` varchar(36) default NULL, `deleted` int(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_user_id` (`assigned_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_users_last_import` -- LOCK TABLES `vtiger_users_last_import` WRITE; /*!40000 ALTER TABLE `vtiger_users_last_import` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_users_last_import` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_users_seq` -- DROP TABLE IF EXISTS `vtiger_users_seq`; CREATE TABLE `vtiger_users_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_users_seq` -- LOCK TABLES `vtiger_users_seq` WRITE; /*!40000 ALTER TABLE `vtiger_users_seq` DISABLE KEYS */; INSERT INTO `vtiger_users_seq` VALUES (2); /*!40000 ALTER TABLE `vtiger_users_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_usertype` -- DROP TABLE IF EXISTS `vtiger_usertype`; CREATE TABLE `vtiger_usertype` ( `usertypeid` int(19) NOT NULL auto_increment, `usertype` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`usertypeid`), UNIQUE KEY `usertype_usertype_idx` (`usertype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_usertype` -- LOCK TABLES `vtiger_usertype` WRITE; /*!40000 ALTER TABLE `vtiger_usertype` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_usertype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_vendor` -- DROP TABLE IF EXISTS `vtiger_vendor`; CREATE TABLE `vtiger_vendor` ( `description` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_vendor` -- LOCK TABLES `vtiger_vendor` WRITE; /*!40000 ALTER TABLE `vtiger_vendor` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_vendor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_vendorcf` -- DROP TABLE IF EXISTS `vtiger_vendorcf`; CREATE TABLE `vtiger_vendorcf` ( `vendorid` int(19) NOT NULL default '0', PRIMARY KEY (`vendorid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_vendorcf` -- LOCK TABLES `vtiger_vendorcf` WRITE; /*!40000 ALTER TABLE `vtiger_vendorcf` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_vendorcf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_vendorcontactrel` -- DROP TABLE IF EXISTS `vtiger_vendorcontactrel`; CREATE TABLE `vtiger_vendorcontactrel` ( `contactid` int(19) NOT NULL default '0', KEY `vendorcontactrel_contact_idx` (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_vendorcontactrel` -- LOCK TABLES `vtiger_vendorcontactrel` WRITE; /*!40000 ALTER TABLE `vtiger_vendorcontactrel` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_vendorcontactrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_visibility` -- DROP TABLE IF EXISTS `vtiger_visibility`; CREATE TABLE `vtiger_visibility` ( `visibilityid` int(19) NOT NULL auto_increment, `visibility` varchar(200) NOT NULL default '', `sortorderid` int(19) NOT NULL default '0', `presence` int(1) NOT NULL default '1', PRIMARY KEY (`visibilityid`), UNIQUE KEY `visibility_visibility_idx` (`visibility`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_visibility` -- LOCK TABLES `vtiger_visibility` WRITE; /*!40000 ALTER TABLE `vtiger_visibility` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_visibility` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_visibility_seq` -- DROP TABLE IF EXISTS `vtiger_visibility_seq`; CREATE TABLE `vtiger_visibility_seq` ( `id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_visibility_seq` -- LOCK TABLES `vtiger_visibility_seq` WRITE; /*!40000 ALTER TABLE `vtiger_visibility_seq` DISABLE KEYS */; INSERT INTO `vtiger_visibility_seq` VALUES (2); /*!40000 ALTER TABLE `vtiger_visibility_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vtiger_wordtemplates` -- DROP TABLE IF EXISTS `vtiger_wordtemplates`; CREATE TABLE `vtiger_wordtemplates` ( `templateid` int(19) NOT NULL default '0', `filename` varchar(100) NOT NULL default '', `module` varchar(30) NOT NULL default '', `date_entered` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `parent_type` varchar(50) NOT NULL default '', `data` longblob, `description` text, `filesize` varchar(50) NOT NULL default '', `filetype` varchar(20) NOT NULL default '', `deleted` int(1) NOT NULL default '0', PRIMARY KEY (`templateid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `vtiger_wordtemplates` -- LOCK TABLES `vtiger_wordtemplates` WRITE; /*!40000 ALTER TABLE `vtiger_wordtemplates` DISABLE KEYS */; /*!40000 ALTER TABLE `vtiger_wordtemplates` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;