LoginSignup
2
2

More than 5 years have passed since last update.

Laravel5 の Eloquent で SoftDelete を行う

Last updated at Posted at 2015-02-19

やり方が変わっている
Illuminate\Database\Eloquent\SoftDeletes の trait SoftDeletes を使う

なお、Schemaに deleted_at カラムが必要

$table->dateTime('deleted_at')->nullable();

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2