Browse Source

Update sql-dftables.txt

tags/6.1.0^2
tianya 2 years ago
parent
commit
1210d000fa
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/install/sql-dftables.txt

+ 4
- 0
src/install/sql-dftables.txt View File

@@ -1007,6 +1007,10 @@ DROP TABLE IF EXISTS `#@__tagindex`;
CREATE TABLE `#@__tagindex` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`tag` CHAR(12) NOT NULL DEFAULT '',
`keywords` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`tag_pinyin` varchar(255) DEFAULT NULL,
`typeid` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
`count` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`total` INT(10) UNSIGNED NOT NULL DEFAULT '0',


Loading…
Cancel
Save