|
@@ -127,11 +127,11 @@ return array
|
|
|
|
|
|
'sid' => array
|
|
'sid' => array
|
|
(
|
|
(
|
|
- 'type' => 'int-11',
|
|
|
|
|
|
+ 'type' => 'varchar-30',
|
|
'name' => '店铺编号-一般为5位数字,不能重复',
|
|
'name' => '店铺编号-一般为5位数字,不能重复',
|
|
'default' => '',
|
|
'default' => '',
|
|
'desc' => '店铺编号',
|
|
'desc' => '店铺编号',
|
|
- 'match' => 'is_numeric',
|
|
|
|
|
|
+ 'match' => 'is_string',
|
|
'update' => 'text',
|
|
'update' => 'text',
|
|
'search' => 'fulltext',
|
|
'search' => 'fulltext',
|
|
'list' => true,
|
|
'list' => true,
|
|
@@ -626,6 +626,15 @@ return array
|
|
),
|
|
),
|
|
),
|
|
),
|
|
|
|
|
|
|
|
+ 'alter' => array
|
|
|
|
+ (
|
|
|
|
+ 2 => array
|
|
|
|
+ (
|
|
|
|
+ array('update', 'sid', 'sid', 'varchar-30 店铺编号'),
|
|
|
|
+ ),
|
|
|
|
+ 'version' => 2,
|
|
|
|
+ ),
|
|
|
|
+
|
|
'manage' => array
|
|
'manage' => array
|
|
(
|
|
(
|
|
//'mul' => true,
|
|
//'mul' => true,
|