EloquentReplaceinto的写法
如下:
$item
=
PostMeta
::
firstOrNew([
"meta_key"
=>
"osc_sync_options",
"post_id"
=>
18]);
$item[
"meta_value"]
=
"test";
$item
->
save();
以上是 EloquentReplaceinto的写法 的全部内容, 来源链接: utcz.com/z/511152.html
如下:
$item
=
PostMeta
::
firstOrNew([
"meta_key"
=>
"osc_sync_options",
"post_id"
=>
18]);
$item[
"meta_value"]
=
"test";
$item
->
save();
以上是 EloquentReplaceinto的写法 的全部内容, 来源链接: utcz.com/z/511152.html