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