rabin 7 년 전
부모
커밋
efd015a739
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      passport/database/user.php

+ 2 - 2
passport/database/user.php

@@ -115,7 +115,7 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			//'search'	=> 'fulltext',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'province'		=> array
@@ -127,7 +127,7 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			//'search'	=> 'fulltext',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'country'		=> array