mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
https://github.com/cskefu/cskefu/issues/973 fix error on table name cs_metakv
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
parent
004c12bb41
commit
f873358e4b
@ -3,7 +3,7 @@ USE `cosinee`;
|
||||
-- prepare variables
|
||||
-- -----------------
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `cs_metakey` (
|
||||
CREATE TABLE IF NOT EXISTS `cs_metakv` (
|
||||
`metakey` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '元数据字段名,唯一标识',
|
||||
`metavalue` text COLLATE utf8mb4_unicode_ci COMMENT '元数据值',
|
||||
`createtime` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
Loading…
x
Reference in New Issue
Block a user