Changed index for the categories
This commit is contained in:
		
					parent
					
						
							
								2a4b5b4cb4
							
						
					
				
			
			
				commit
				
					
						ab42fd88a4
					
				
			
		
					 3 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -1071,8 +1071,8 @@ CREATE TABLE IF NOT EXISTS `post-category` (
 | 
			
		|||
	`type` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '',
 | 
			
		||||
	`tid` int unsigned NOT NULL DEFAULT 0 COMMENT '',
 | 
			
		||||
	 PRIMARY KEY(`uri-id`,`uid`,`type`,`tid`),
 | 
			
		||||
	 INDEX `uri-id` (`tid`),
 | 
			
		||||
	 INDEX `uid` (`uid`),
 | 
			
		||||
	 INDEX `tid` (`tid`),
 | 
			
		||||
	 INDEX `uid_uri-id` (`uid`,`uri-id`),
 | 
			
		||||
	FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE,
 | 
			
		||||
	FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE,
 | 
			
		||||
	FOREIGN KEY (`tid`) REFERENCES `tag` (`id`) ON UPDATE RESTRICT ON DELETE RESTRICT
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,11 +16,11 @@ Fields
 | 
			
		|||
Indexes
 | 
			
		||||
------------
 | 
			
		||||
 | 
			
		||||
| Name    | Fields                 |
 | 
			
		||||
| ------- | ---------------------- |
 | 
			
		||||
| PRIMARY | uri-id, uid, type, tid |
 | 
			
		||||
| uri-id  | tid                    |
 | 
			
		||||
| uid     | uid                    |
 | 
			
		||||
| Name       | Fields                 |
 | 
			
		||||
| ---------- | ---------------------- |
 | 
			
		||||
| PRIMARY    | uri-id, uid, type, tid |
 | 
			
		||||
| tid        | tid                    |
 | 
			
		||||
| uid_uri-id | uid, uri-id            |
 | 
			
		||||
 | 
			
		||||
Foreign Keys
 | 
			
		||||
------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1114,8 +1114,8 @@ return [
 | 
			
		|||
		],
 | 
			
		||||
		"indexes" => [
 | 
			
		||||
			"PRIMARY" => ["uri-id", "uid", "type", "tid"],
 | 
			
		||||
			"uri-id" => ["tid"],
 | 
			
		||||
			"uid" => ["uid"],
 | 
			
		||||
			"tid" => ["tid"],
 | 
			
		||||
			"uid_uri-id" => ["uid", "uri-id"],
 | 
			
		||||
		]
 | 
			
		||||
	],
 | 
			
		||||
	"post-collection" => [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue