Fix missing down migrations
This commit is contained in:
@@ -30,6 +30,8 @@ class AlterTableComponentsDropUserIdColumn extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
//
|
||||
Schema::table('components', function (Blueprint $table) {
|
||||
$table->integer('user_id')->unsigned()->after('group_id');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user