Add related to db structure
This commit is contained in:
parent
8f6dad8a84
commit
d5e2ddec93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue