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
24109559
Commit
24109559
authored
Jun 26, 2020
by
linlinjava
Committed by
Gitee
Jun 26, 2020
Browse files
!40 更改一处sql字段的注释
Merge pull request !40 from 九月家的敖烈/master
parents
dd9a81df
2b481b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/sql/litemall_table.sql
View file @
24109559
...
...
@@ -110,7 +110,7 @@ CREATE TABLE `litemall_aftersale` (
`handle_time`
datetime
DEFAULT
NULL
COMMENT
'管理员操作时间'
,
`add_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`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'售后表'
;
/*!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