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 table comment #144

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #144 (8ac49b2) into 6.x (b8a6c0e) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #144      +/-   ##
============================================
+ Coverage     93.02%   93.04%   +0.02%     
- Complexity      853      858       +5     
============================================
  Files           114      114              
  Lines          2367     2374       +7     
============================================
+ Hits           2202     2209       +7     
  Misses          165      165              
Impacted Files Coverage Δ
src/DBAL/Models/DBALTable.php 100.00% <100.00%> (ø)
src/Migration/TableMigration.php 100.00% <100.00%> (ø)
src/Support/CheckMigrationMethod.php 100.00% <100.00%> (ø)

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