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

Add `Schema::hasTable` option #146

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #146 (08ff816) into 6.x (be7b69e) will increase coverage by 0.59%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #146      +/-   ##
============================================
+ Coverage     93.04%   93.64%   +0.59%     
- Complexity      858      873      +15     
============================================
  Files           114      114              
  Lines          2374     2502     +128     
============================================
+ Hits           2209     2343     +134     
+ Misses          165      159       -6     
Impacted Files Coverage Δ
src/MigrateGenerateCommand.php 96.29% <100.00%> (+2.02%) :arrow_up:
src/Migration/Blueprint/SchemaBlueprint.php 100.00% <100.00%> (ø)
src/Migration/Blueprint/TableBlueprint.php 91.83% <100.00%> (+0.34%) :arrow_up:
src/Setting.php 100.00% <100.00%> (ø)
src/Support/MigrationNameHelper.php 71.05% <0.00%> (-2.48%) :arrow_down:
src/DBAL/RegisterColumnType.php 100.00% <0.00%> (ø)
src/Migration/ViewMigration.php 100.00% <0.00%> (ø)
src/Migration/TableMigration.php 100.00% <0.00%> (ø)
src/Migration/ProcedureMigration.php 100.00% <0.00%> (ø)
src/Repositories/PgSQLRepository.php 100.00% <0.00%> (ø)
... and 13 more

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