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 virtual and stored columns #139

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #139 (efa77fc) into 6.x (5123bbe) will increase coverage by 0.21%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #139      +/-   ##
============================================
+ Coverage     92.87%   93.09%   +0.21%     
- Complexity      812      850      +38     
============================================
  Files           112      114       +2     
  Lines          2289     2360      +71     
============================================
+ Hits           2126     2197      +71     
  Misses          163      163              
Impacted Files Coverage Δ
src/DBAL/Models/DBALColumn.php 96.82% <100.00%> (+0.42%) :arrow_up:
src/DBAL/Models/MySQL/MySQLColumn.php 94.80% <100.00%> (+1.47%) :arrow_up:
src/DBAL/Models/PgSQL/PgSQLColumn.php 92.94% <100.00%> (+0.53%) :arrow_up:
src/Migration/Generator/ColumnGenerator.php 100.00% <100.00%> (ø)
.../Migration/Generator/Modifiers/DefaultModifier.php 100.00% <100.00%> (ø)
...Migration/Generator/Modifiers/StoredAsModifier.php 100.00% <100.00%> (ø)
...igration/Generator/Modifiers/VirtualAsModifier.php 100.00% <100.00%> (ø)
src/Repositories/MariaDBRepository.php 77.77% <100.00%> (ø)
src/Repositories/MySQLRepository.php 96.22% <100.00%> (+1.35%) :arrow_up:
src/Repositories/PgSQLRepository.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.