Add related to db structure

This commit is contained in:
Robbie Antenesse 2020-05-07 23:23:42 -06:00
parent 8f6dad8a84
commit d5e2ddec93
1 changed files with 1 additions and 0 deletions

View File

@ -99,5 +99,6 @@ CREATE TABLE IF NOT EXISTS `words_advanced` (
`dictionary` int(11) NOT NULL,
`word_id` int(11) NOT NULL,
`etymology` text NOT NULL COMMENT 'Comma-separated',
`related` text NOT NULL COMMENT 'Comma-separated',
UNIQUE KEY `dictionary_word_id` (`dictionary`,`word_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;