AS
public function incrementNotTouch($column, $amount = 1): void
{
\DB::table($this->table)
->where('id', $this->id)
->increment($column, $amount);
}
$model->incrementNotTouch('count');
Size: a a a
AS
public function incrementNotTouch($column, $amount = 1): void
{
\DB::table($this->table)
->where('id', $this->id)
->increment($column, $amount);
}
$model->incrementNotTouch('count');
NG
public $timestamps = false;
updated_at
?AS
zN
NG
NG
AS
A
AS
A
A
AS
zN
A
NG
NG
A
A
A
АЧ