Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
jd_data_process
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c0277ed
authored
Oct 17, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add index
parent
558e7af0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
lie_shop_push_sku_log.sql
lie_shop_push_sku_log.sql
View file @
5c0277ed
...
...
@@ -9,4 +9,6 @@ create table lie_shop_push_sku_log (
platform
int
(
10
)
default
0
not
null
comment
'第三方平台 1京东'
,
create_time
int
(
10
)
default
0
not
null
comment
'创建时间'
,
update_time
int
(
10
)
default
0
not
null
comment
'更新时间'
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COMMENT
=
'sku推送日志表'
;
\ No newline at end of file
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COMMENT
=
'sku推送日志表'
;
create
index
sku_id_index
on
lie_shop_push_sku_log
(
sku_id
);
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