Browse Source

Update sql-dftables.txt

develop
叙述、别离 4 weeks ago
parent
commit
c85ae99644
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

@@ -805,7 +805,7 @@ CREATE TABLE `#@__search_limits` (
) TYPE=MyISAM; ) TYPE=MyISAM;
DROP TABLE IF EXISTS `#@__search_sync`; DROP TABLE IF EXISTS `#@__search_sync`;
CREATE TABLE `#@__search_sync` (
CREATE TABLE `#@__search_sync` (
`id` int unsigned NOT NULL auto_increment, `id` int unsigned NOT NULL auto_increment,
`aid` int NULL DEFAULT NULL, `aid` int NULL DEFAULT NULL,
`sync_status` tinyint NULL DEFAULT 0, `sync_status` tinyint NULL DEFAULT 0,


Loading…
Cancel
Save