fixing about migration down function
This commit is contained in:
@@ -25,8 +25,6 @@ class About extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('about', function (Blueprint $table) {
|
Schema::drop('about');
|
||||||
$table->dropColumn('about');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user