Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Snippets
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
马力
9 years ago
Commit
cfdc8a170925008d4debc0f3e3efb76aa2f78f9f
1 parent
b1c29282
Update platform2.1.sql
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
database/dev715/platform2.1.sql
database/dev715/platform2.1.sql
View file @
cfdc8a1
-- 品牌增加授权证书,注册证书
create
table
erp_product
.
brand_authorize_cert
(
`id`
int
(
11
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`brand_id`
int
(
11
)
NOT
NULL
DEFAULT
'0'
COMMENT
'品牌id'
,
`cert_url`
varchar
(
500
)
DEFAULT
NULL
COMMENT
'授权证书url'
,
`order_by`
int
(
11
)
DEFAULT
'0'
COMMENT
'序值'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
\ No newline at end of file
...
...
Please
register
or
login
to post a comment