I created the following DB:
Schema::create(\'areas\', function (Blueprint $table) { $table->id(); $table->text(\'name\'); $table