rabin 4 years ago
parent
commit
6923932c4b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      database/file.php

+ 12 - 0
database/file.php

@@ -241,6 +241,18 @@ return array
 		),
 	),
 
+	# 索引
+	'index' => array
+	(
+		# 索引名 => 索引id
+		2 => array
+		(
+			'search' => '`key`,cate,search',
+		),
+
+		'version' => 2,
+	),
+
 	# 更新表结构
 	'alter' => array
 	(