https://github.com/kmuenkel/safe-schema-builder
Allow Migration files to verify if the changes they're about to apply don't already exist in the target DB schema
https://github.com/kmuenkel/safe-schema-builder
database-migrations laravel schema-builder verify
Last synced: 2 months ago
JSON representation
Allow Migration files to verify if the changes they're about to apply don't already exist in the target DB schema
- Host: GitHub
- URL: https://github.com/kmuenkel/safe-schema-builder
- Owner: kmuenkel
- License: mit
- Created: 2020-01-28T19:42:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T18:13:55.000Z (over 6 years ago)
- Last Synced: 2025-05-16T14:50:55.600Z (about 1 year ago)
- Topics: database-migrations, laravel, schema-builder, verify
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe-schema-builder
Allow Migration files to verify if the changes they're about to apply don't already exist in the target DB schema