char('author', 36)->after('id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('services', function (Blueprint $table) { $table->dropColumn('author'); }); } }