Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
06075955
authored
2019-01-15 18:08:34 +0530
by
prami
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modified outputrecord table sql script
1 parent
00caef6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
custom/db/output_report.sql
custom/db/output_report.sql
View file @
0607595
...
...
@@ -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
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment