service-captcha/database/migrations
Leonid Nikitin 27046e6674
Revived API /api/v1/captcha.
Now a new captcha is created to check for a bot.
2023-09-19 14:27:33 +06:00
..
2014_10_12_000000_create_users_table.php The type for 'timezone' in the 'users' table was previously assigned as an unsigned integer. For flexible usage and to support a larger range of timezones, it has been altered to a string. The maximum length is set to 50 characters. This change ensures a more universal and user-friendly handling of various timezone situations. 2023-07-10 21:39:40 +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 Renamed the "slug" field in the roles table to "code" to facilitate coding standards and improve readability. This unique identifier will now be referred to as 'code' across the application, creating consistency and reducing potential confusion in the future. 2023-07-12 22:30:05 +06:00
2023_08_03_145020_create_captcha_tokens_table.php Add captcha tokens management. 2023-08-22 00:15:35 +06:00
2023_08_27_163058_create_captcha.php Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00