dever 6 years ago
parent
commit
61e2b9d774
1 changed files with 11 additions and 0 deletions
  1. 11 0
      main/database/version.php

+ 11 - 0
main/database/version.php

@@ -113,6 +113,17 @@ return array
 			'update'	=> 'text',
 		),
 
+		'file'		=> array
+		(
+			'type' 		=> 'varchar-150',
+			'name' 		=> '上传APP文件',
+			'default' 	=> '',
+			'desc' 		=> '上传APP文件',
+			'match' 	=> 'option',
+			'update'	=> 'upload',
+			'key' 		=> '7',
+		),
+
 		'state'		=> array
 		(
 			'type' 		=> 'tinyint-1',