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