我想将所有数据从post表中移到CityPost表中,我使用foreach但为什么只有一个数据条目,
$store = new CityPost;
$post = Post::all();
foreach($post as $p){
$store->user_id = 14;
$store->title = $v->title;
$store->desc = $v->desc;
$store->save();
}
dd($store);
我希望表格user_id中的所有人PostCity都是 14
交互式爱情
梵蒂冈之花