unsignedTinyInteger('states'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // Schema::table('vaccines', function (Blueprint $table) { $table->dropColumn('states'); }); } }