mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-03 17:57:00 +01:00 
			
		
		
		
	Add related to db structure
This commit is contained in:
		
							parent
							
								
									8f6dad8a84
								
							
						
					
					
						commit
						d5e2ddec93
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue