- <?php
 
- defined('IN_ADMIN') or exit('No permission resources.');
 
- $field_type				= 'mediumtext'; //字段数据库类型	
 
- $field_allow_index		= 0; //是否允许建立索引
 
- $field_minlength		= 0; //字符长度默认最小值
 
- $field_maxlength		= ''; //字符长度默认最大值
 
- $field_allow_search		= 0; //作为搜索条件
 
- $field_allow_isunique	= 0; //是否允许值唯一
 
- ?>
 
 
  |