Browse Source

Update sql-dftables.txt

tags/6.1.8
tianya 2 years ago
parent
commit
0ba628b28d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/install/sql-dftables.txt

+ 1
- 1
src/install/sql-dftables.txt View File

@@ -47,7 +47,7 @@ CREATE TABLE `#@__addoninfos` (
`scores` mediumint(8) NOT NULL default '0',
`goodpost` mediumint(8) unsigned NOT NULL default '0',
`badpost` mediumint(8) unsigned NOT NULL default '0',
`nativeplace` char(20) unsigned NOT NULL default '0',
`nativeplace` char(20) NOT NULL default '0',
`infotype` char(20) NOT NULL default '0',
`body` mediumtext,
`endtime` int(11) NOT NULL default '0',


Loading…
Cancel
Save