我有ff规则:
[['auto_id','pos', 'size', 'label'], 'unique',
'targetAttribute' => ['auto_id','pos', 'size', 'label'],
'message'=>'Combination already exist.']
但validateMultiple($models)
总是返回true
如果我的模型属性在批量插入中具有这些ff值:
型号#1
'auto_1' => 1,
'pos' => 'mid',
'size' => 'small',
'label' => 'myLabel'
模型#2
'auto_1' => 1,
'pos' => 'mid',
'size' => 'small',
'label' => 'myLabel'