Closed
Description
SoftDelete is implemented?
I have:
Schema::create('comments', function($t)
{
$t->softDeletes();
});
class Comment extends Moloquent {
protected $collection = 'comments';
public $timestamps = true;
protected $softDelete = true;
But, running migrate, get this error:
PHP Fatal error: Call to undefined method Jenssegers\Mongodb\Schema\Blueprint::nullable() in /home/demon/mydiary/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php on line 635
Metadata
Metadata
Assignees
Labels
No labels