dever 6 tahun lalu
induk
melakukan
0811772bb1
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      source/database/user.php

+ 2 - 2
source/database/user.php

@@ -68,11 +68,11 @@ return array
 
 
 		'account_type'		=> array
 		'account_type'		=> array
 		(
 		(
-			'type' 		=> 'int-11',
+			'type' 		=> 'varchar-100',
 			'name' 		=> '账户类型',
 			'name' 		=> '账户类型',
 			'default' 	=> '',
 			'default' 	=> '',
 			'desc' 		=> 'account_type',
 			'desc' 		=> 'account_type',
-			'match' 	=> 'is_numeric',
+			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			'update'	=> 'text',
 			'list'		=> true,
 			'list'		=> true,
 		),
 		),