Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2b481b43
Commit
2b481b43
authored
Jun 22, 2020
by
九月家的敖烈
Committed by
Gitee
Jun 22, 2020
Browse files
更正sql中litemall_aftersale表的deleted字段的注释
parent
dd9a81df
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/sql/litemall_table.sql
View file @
2b481b43
...
@@ -110,7 +110,7 @@ CREATE TABLE `litemall_aftersale` (
...
@@ -110,7 +110,7 @@ CREATE TABLE `litemall_aftersale` (
`handle_time`
datetime
DEFAULT
NULL
COMMENT
'管理员操作时间'
,
`handle_time`
datetime
DEFAULT
NULL
COMMENT
'管理员操作时间'
,
`add_time`
datetime
DEFAULT
NULL
COMMENT
'添加时间'
,
`add_time`
datetime
DEFAULT
NULL
COMMENT
'添加时间'
,
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
`deleted`
tinyint
(
1
)
DEFAULT
'0'
COMMENT
'
售后编号
'
,
`deleted`
tinyint
(
1
)
DEFAULT
'0'
COMMENT
'
逻辑删除
'
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'售后表'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'售后表'
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
...
...
Write
Preview
Supports
Markdown
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