service-captcha/database/migrations
Leonid Nikitin e5d0cac07d
Changed the data type and default value of 'locale' and 'timezone' fields in the users table. Instead of using strings, we are now using unsigned integers.
!!! Since the project has not yet been launched, therefore, I do not create a new migration, but change the current one. !!!
2023-07-08 15:12:10 +06:00
..
2014_10_12_000000_create_users_table.php Changed the data type and default value of 'locale' and 'timezone' fields in the users table. Instead of using strings, we are now using unsigned integers. 2023-07-08 15:12:10 +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