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
71e732dc
authored
Nov 04, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
modify purchase price sql
parent
9f96ca9a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
tmp.sql
tmp.sql
View file @
71e732dc
...
...
@@ -28,3 +28,4 @@ select resp_body_msg from lie_shop_push_sku_log where apply_id = '' limit 1;
alter
table
lie_shop_picture
add
column
lie_pdf
varchar
(
255
)
default
''
not
null
comment
'猎芯pdf链接'
;
alter
table
lie_shop_picture
add
column
jd_pdf
varchar
(
255
)
default
''
not
null
comment
'京东pdf链接'
;
alter
table
lie_shop_sku
modify
column
cost_price
decimal
(
10
,
4
)
unsigned
default
0
.
0000
not
null
comment
'采购价,或成本价'
;
\ No newline at end of file
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