|
|
@@ -61,7 +61,7 @@ class Member extends \yii\db\ActiveRecord
|
|
|
[['type', 'username', 'password'], 'required'],
|
|
|
[['type', 'is_enable', 'gender', 'random_code_time', 'ref_id', 'in_time','group_sn'], 'integer'],
|
|
|
[['birthday'], 'safe'],
|
|
|
- [['username', 'password', 'ip', 'logins', 'name', 'id_no', 'address', 'mobile', 'main_login', 'random_code', 'avatar', 'ib_old_login_name','address1','address2'], 'string', 'max' => 255],
|
|
|
+ [['username', 'password', 'ip', 'logins', 'name', 'id_no', 'address', 'mobile', 'main_login', 'random_code', 'avatar', 'ib_old_login_name','address1'], 'string', 'max' => 255],
|
|
|
[['ref_path'], 'string', 'max' => 3000],
|
|
|
];
|
|
|
}
|
|
|
@@ -95,7 +95,6 @@ class Member extends \yii\db\ActiveRecord
|
|
|
'ib_old_login_name' => 'Ib Old Login Name',
|
|
|
'group_sn' =>'group sn',
|
|
|
'address1' =>'address1',
|
|
|
- 'address2' =>'address2'
|
|
|
];
|
|
|
}
|
|
|
|