You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -11,5 +11,6 @@ Now run `php artisan vendor:publish` and select `LevelUp\Experience\LevelUpServi
This also publishes new migration files. Run `php artisan migrate` to migrate the new tables.
Important Note
A new migration is required to accommodate the ended_at column becoming nullable. This migration should alter the table schema to allow NULL values for the ended_at column. Ensure data integrity during this process.