mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
Update migrate.sql
This commit is contained in:
parent
d16b5d1379
commit
10b258b81c
@ -43,7 +43,7 @@ CREATE TABLE `submits` (
|
||||
`discord` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
|
||||
`state` int(1) NOT NULL DEFAULT 0,
|
||||
`reason` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
-- FULLTEXT INDEX
|
||||
ALTER TABLE `bots` ADD FULLTEXT(`name`, `desc`, `intro`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user