Toggle navigation
Toggle navigation
This project
Loading...
Sign in
qianjun
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2016-03-22 18:04:44 +0800
Commit
ce1019445ad7791a613a150142132051393089e8
1 parent
312dbad5
alter table yh_shops.product add column source_flag smallint default '0' COMMEN…
…T '新平台发布的商品为1 原来则为0';
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
inferface-document/database/net_sale.sql
inferface-document/database/net_sale.sql
View file @
ce10194
...
...
@@ -87,8 +87,8 @@ create table product_shop_relation(
);
Alter
table
product_shop_relation
add
primary
key
(
product_skn
,
shop_id
);
-- 标识商品是否是新平台的商品
alter
table
yh_shops
.
product
add
column
source_flag
smallint
default
'0'
COMMENT
'新平台发布的商品为1 原来则为0'
;
...
...
Please
register
or
login
to post a comment