子分类支持
This commit is contained in:
@@ -82,6 +82,7 @@ CREATE TABLE "typecho_metas" ( "mid" INT NOT NULL DEFAULT nextval('typecho_meta
|
||||
"description" VARCHAR(200) NULL DEFAULT NULL,
|
||||
"count" INT NULL DEFAULT '0',
|
||||
"order" INT NULL DEFAULT '0',
|
||||
"parent" INT NULL DEFAULT '0',
|
||||
PRIMARY KEY ("mid")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user