子分类支持

This commit is contained in:
joyqi
2014-02-24 18:55:56 +08:00
parent b4d1a3a067
commit 854bfdafef
21 changed files with 727 additions and 151 deletions
+1
View File
@@ -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")
);