integer('points'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('m7_documents', function (Blueprint $table) { $table->removeColumn('points'); }); } }