碎片管理模块数据表结构

kid1 int not null default 0,/*所属*/ kname char(100) not null,/*碎片代号,调用就靠这个*/ kcontent text null,/*碎片内容*/ ntype tinyint not null default 0,/*BindType,即绑定类型,1栏目、2模型、3网站*/ bid int not null default 0,/*BindID,上述类型的id*/ norder int not null default 0,/*排序*/ INDEX(kname)/*建立索引*/