id(); $table->bigInteger('idsitehelp_category'); $table->string('title'); $table->string('content'); $table->string('slug'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }