06075955 by prami

modified outputrecord table sql script

1 parent 00caef6d
......@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 15, 2019 at 12:14 PM
-- Generation Time: Jan 15, 2019 at 12:35 PM
-- Server version: 10.0.28-MariaDB
-- PHP Version: 5.6.29
......@@ -26,10 +26,9 @@ SET time_zone = "+00:00";
-- Table structure for table `output_report`
--
DROP TABLE IF EXISTS `output_report`;
CREATE TABLE `output_report` (
`id` bigint(20) NOT NULL,
`user_id` varchar(20) NOT NULL,
`user_id` int(11) NOT NULL,
`user_name` varchar(200) NOT NULL,
`date` date NOT NULL,
`call_attempts` int(11) NOT NULL,
......@@ -37,7 +36,7 @@ CREATE TABLE `output_report` (
`call_unique_contacts` int(11) NOT NULL,
`income` int(11) NOT NULL,
`product_id` bigint(11) NOT NULL,
`product_name` text NOT NULL,
`product_name` varchar(50) NOT NULL,
`lead_generated` int(11) NOT NULL,
`lead_generated_amount` decimal(13,2) NOT NULL,
`lead_closed` int(11) NOT NULL,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!