service-captcha/database/migrations
2023-07-02 16:17:18 +06:00
..
2014_10_12_000000_create_users_table.php A new 'locale' field of string type with a maximum length of 2 characters and a default value as 'ru' has been added to the users table through a migration file. This field has been also added to the User model. The addition of the 'locale' field will allow users to specify their preferred language in their profile settings. 2023-06-29 00:06:27 +06:00
2014_10_12_100000_create_password_reset_tokens_table.php Install Laravel. 2023-03-05 20:14:04 +06:00
2019_08_19_000000_create_failed_jobs_table.php Install Laravel. 2023-03-05 20:14:04 +06:00
2019_12_14_000001_create_personal_access_tokens_table.php Install Laravel. 2023-03-05 20:14:04 +06:00
2023_06_28_155124_create_roles.php Added console command to add user with admin role. 2023-07-02 16:17:18 +06:00