diff options
-rw-r--r-- | db_structure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.sql b/db_structure.sql index 62c89ae..2e1d253 100644 --- a/db_structure.sql +++ b/db_structure.sql @@ -105,7 +105,7 @@ CREATE TABLE `basesystem` ( `system` varchar(50) COLLATE utf8mb3_bin NOT NULL, `count` bigint(20) NOT NULL, PRIMARY KEY (`report`,`days`,`system`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; ALTER TABLE dozmod ADD PRIMARY KEY (report,days); |