mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
parent
db1af55c6c
commit
00c2d17fcb
20 changed files with 775 additions and 740 deletions
|
@ -12,5 +12,5 @@ CREATE TABLE IF NOT EXISTS `userevent` (
|
|||
INDEX `idx_userevent_orgid` (`orgid` ASC),
|
||||
INDEX `idx_userevent_userid` (`userid` ASC),
|
||||
INDEX `idx_userevent_eventtype` (`eventtype` ASC))
|
||||
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
|
||||
DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin
|
||||
ENGINE = InnoDB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue