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

Sort index name alphabetically #168

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #168 (83acffc) into 6.x (ebc8df4) will decrease coverage by 1.46%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #168      +/-   ##
============================================
- Coverage     93.49%   92.03%   -1.46%     
+ Complexity      875      874       -1     
============================================
  Files           114      114              
  Lines          2505     2774     +269     
============================================
+ Hits           2342     2553     +211     
- Misses          163      221      +58     
Impacted Files Coverage Δ
src/Support/MigrationNameHelper.php 100.00% <ø> (+28.94%) :arrow_up:
src/DBAL/Models/PgSQL/PgSQLTable.php 97.14% <100.00%> (+0.59%) :arrow_up:
src/DBAL/RegisterColumnType.php 100.00% <100.00%> (ø)
src/MigrateGenerateCommand.php 96.75% <100.00%> (+0.43%) :arrow_up:
src/Migration/ForeignKeyMigration.php 100.00% <100.00%> (ø)
src/Migration/ProcedureMigration.php 100.00% <100.00%> (ø)
src/Migration/Squash.php 100.00% <100.00%> (ø)
src/Migration/TableMigration.php 100.00% <100.00%> (ø)
src/Migration/ViewMigration.php 100.00% <100.00%> (ø)
src/Repositories/PgSQLRepository.php 100.00% <100.00%> (ø)
... and 1 more

... and 55 files with indirect coverage changes

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