mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
Merge pull request #974 from hailiang-wang/bugfix/973
https://github.com/cskefu/cskefu/issues/973 fix error on table name c…
This commit is contained in:
commit
593ef974ad
@ -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