All notable changes to laravel-db-auditor
will be documented in this file
- Add quotes in SQL query by @vc-urvin in vcian#37
- Implement the database track command by @vc-urvin in vcian#38
- Add an art folder with screenshots. by @ruchit288 in vcian#39
- Create update-changelog.yml by @ruchit288 in vcian#40
- feat: add database track related screenshot and update readme file. by @ruchit288 in vcian#41
Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v1.7.0...v1.8.0
- Integrate Web Page For Standard Check.
- Integrate Web Page for Constraint Page with Actions - Add primary key, index, foreign and unique keys.
- Minor bug fixing.
- Folder structure change - Services replaced with Traits.
- UI/UX improvement of db:standard CLI UI.
- Resolved foreign key constraint issue.
- Bug fixing and Add new Constraint.
- Change in rules services for suggestion messages.
- Add condition for empty constraint.
- Add examples in the readme file.
- Resolved naming validation rules and datatype issue.
- Unique constraint validation for duplicate values.
- Add suggestions for varchar datatype.
- Update messages.
- Update UI for standard and constraint results.
- UI/UX improvement and minor bug fixings.
- UI/UX improvement in CLI.
- Resolved bugs.
- Code cleanup.
- Resolved class naming convention issue.
- Modified messages.
- Update doctrine dependency.
- Initial release.