.editorconfig | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/dependabot-auto-merge.yml | |
|
|
.github/workflows/fix-php-code-style-issues.yml | |
|
|
.github/workflows/run-tests.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
art/schema-events.png | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/Concerns/ListensToSchemaEvents.php | 75 | A 0 mins | A 100% |
src/Concerns/ParsesBlueprint.php | 77 | A 0 mins | A 100% |
src/Contracts/CollectsSchemaEvents.php | 11 | A 0 mins | F 0% |
src/Events/TableChanged.php | 43 | A 0 mins | A 100% |
src/Events/TableCreated.php | 31 | A 0 mins | A 100% |
src/Events/TableDropped.php | 21 | A 0 mins | A 100% |
src/Events/TableRenamed.php | 23 | A 0 mins | A 100% |
src/Facades/SchemaEvents.php | 16 | A 0 mins | A 100% |
src/Factory/EventSchemaFactory.php | 36 | A 1 hr | F 33% |
src/LaravelSchemaEventsServiceProvider.php | 26 | A 0 mins | A 100% |
src/Listeners/MigrationRan.php | 45 | A 0 mins | A 95% |
src/Listeners/MigrationsFinished.php | 13 | A 0 mins | A 100% |
src/Repository/EventRepository.php | 21 | A 0 mins | A 100% |
src/Schema/EventBuilder.php | 9 | A 0 mins | F 0% |
src/Schema/MariaDbEventBuilder.php | 9 | A 0 mins | F 0% |
src/Schema/MySqlEventBuilder.php | 9 | A 0 mins | F 0% |
src/Schema/PostgresEventBuilder.php | 9 | A 0 mins | F 0% |
src/Schema/SQLiteEventBuilder.php | 9 | A 0 mins | F 0% |
src/Schema/SqlServerEventBuilder.php | 9 | A 0 mins | F 0% |