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
a924d04ba5
commit
3afd3899bf
@ -43,3 +43,6 @@ CREATE TABLE `submits` (
|
||||
`state` int(1) NOT NULL DEFAULT 0,
|
||||
`reason` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL
|
||||
) 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