id(); $table->string('title')->nullable(); }); } protected function tearDown(): void { Schema::dropIfExists('posts'); parent::tearDown(); } protected function getPackageProviders($app): array { return [DatabaseTriggerServiceProvider::class]; } }