kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.44k stars 270 forks source link

Generate anonymous migration #142

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #142 (b76ecfe) into 6.x (5007ee7) will decrease coverage by 0.06%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #142      +/-   ##
============================================
- Coverage     93.09%   93.02%   -0.07%     
- Complexity      850      853       +3     
============================================
  Files           114      114              
  Lines          2360     2367       +7     
============================================
+ Hits           2197     2202       +5     
- Misses          163      165       +2     
Impacted Files Coverage Δ
src/DBAL/RegisterColumnType.php 100.00% <ø> (ø)
src/MigrationsGeneratorServiceProvider.php 98.03% <ø> (ø)
src/MigrateGenerateCommand.php 94.27% <100.00%> (+0.12%) :arrow_up:
...rc/Migration/Blueprint/Support/MergeTimestamps.php 100.00% <100.00%> (ø)
src/Support/CheckMigrationMethod.php 100.00% <100.00%> (ø)
src/DBAL/Models/PgSQL/PgSQLTable.php 80.76% <0.00%> (-7.70%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.