1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-27 22:03:34 +02:00

Add related to db structure

This commit is contained in:
Robbie Antenesse 2020-05-07 23:23:42 -06:00
parent 8f6dad8a84
commit d5e2ddec93

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;