increments('id'); $table->longText('content'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('about'); } }