大佬們,我在另一個項目中一樣的代碼,為啥這里不生效呢? 預期結果 event_1 實際結果 event 后續(xù) 和 ThinkORM 官方確認了,是ThinkORM 的bug,已經做了修復了 https://github.com/top-think/think-orm/issues/630...
問題描述 如何插入多行數據時,插入的數據結構不一致? insert([ ['email' => 'taylor@example.com', 'votes' => 0], ['email' => 'dayle@example.com', 'votes' => 0,'name'=>'test'] ]);...