dever 6 years ago
parent
commit
08915d6305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/app.php

+ 1 - 1
database/app.php

@@ -44,7 +44,7 @@ return array
 
 		'source_type'		=> array
 		(
-			'type' 		=> 'int-11',
+			'type' 		=> 'varchar-100',
 			'name' 		=> '用户来源',
 			'default' 	=> '1',
 			'desc' 		=> '请选择用户来源',