Yii2 的 Active Record 插入數(shù)據(jù)庫(kù),當(dāng)這個(gè)字段是枚舉型的時(shí)候,就始終無(wú)法入庫(kù)?MySQL表中的 return_type (reship,replacement,refund)但是我$customer = new Customer();$customer->return_type = 'reship';$customer->save();始終無(wú)法插入數(shù)據(jù)庫(kù),怎么回事?
- 2 回答
- 0 關(guān)注
- 1089 瀏覽
添加回答
舉報(bào)
0/150
提交
取消