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