Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
d6a41d78
Commit
d6a41d78
authored
a year ago
by
翁国栋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8小时运营后台--
sql
parent
2edf8332
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
sql/V2.3.sql
+15
-0
No files found.
sql/V2.3.sql
View file @
d6a41d78
...
...
@@ -59,3 +59,18 @@ CREATE TABLE ` crm_remind_rule ` (
`
user_name
` varchar(50) DEFAULT NULL,
PRIMARY KEY (`
id
`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT=''提醒规则'';
CREATE TABLE `
crm_list_color
` (
`
id
` int(11) NOT NULL AUTO_INCREMENT,
`
crm_business_group
` int(11) DEFAULT NULL,
`
client_status
` int(11) DEFAULT '0' COMMENT '0-无 1-潜在 2-意向 3-签约 4-合作中 5-已封档',
`
delete_flag
` tinyint(1) NOT NULL DEFAULT '0' COMMENT '逻辑删除标记0.未删除 1.删除''',
`
day1
` int(11) DEFAULT NULL COMMENT '天数',
`
color1
` varchar(50) DEFAULT NULL COMMENT '颜色',
`
day2
` int(11) DEFAULT NULL COMMENT '天数',
`
color2
` varchar(50) DEFAULT NULL COMMENT '颜色',
`
day3
` int(11) DEFAULT NULL COMMENT '天数',
`
color3
` varchar(50) DEFAULT NULL COMMENT '颜色',
PRIMARY KEY (`
id
`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='跟进记录的颜色标识配置';
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment