add drop column
This commit is contained in:
@@ -22,7 +22,7 @@ return new class extends Migration
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('shortlinks', function (Blueprint $table) {
|
||||
//
|
||||
$table->dropColumn('used');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user