migrations
migrations copied to clipboard
Custom builder for migrations
Draft version of migration builder. Need add support custom types for all database, because current version only for postgresql and only for enums.
Codecov Report
Merging #31 (a9bdef3) into new-builder (6a11fa2) will decrease coverage by
28.27%
. The diff coverage is0.00%
.
:exclamation: Current head a9bdef3 differs from pull request most recent head 0c7e837. Consider uploading reports for the commit 0c7e837 to get more accurate results
@@ Coverage Diff @@
## new-builder #31 +/- ##
==================================================
- Coverage 95.63% 67.36% -28.27%
- Complexity 251 357 +106
==================================================
Files 29 41 +12
Lines 733 1045 +312
==================================================
+ Hits 701 704 +3
- Misses 32 341 +309
Impacted Files | Coverage Δ | |
---|---|---|
src/Operation/Table/Truncate.php | 0.00% <0.00%> (ø) |
|
src/V2/Column.php | 0.00% <0.00%> (ø) |
|
src/V2/ColumnParser.php | 0.00% <0.00%> (ø) |
|
src/V2/ColumnTrait.php | 0.00% <0.00%> (ø) |
|
src/V2/FKAction.php | 0.00% <0.00%> (ø) |
|
src/V2/ForeignKey.php | 0.00% <0.00%> (ø) |
|
src/V2/ForeignKeyParser.php | 0.00% <0.00%> (ø) |
|
src/V2/Index.php | 0.00% <0.00%> (ø) |
|
src/V2/IndexParser.php | 0.00% <0.00%> (ø) |
|
src/V2/Migration.php | 0.00% <0.00%> (ø) |
|
... and 5 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.