phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

#7 - Add support of ENUM column type #55

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue - #7

ruudboon commented 4 years ago

Ok, of tests pass.

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #55      +/-   ##
===========================================
+ Coverage     35.24%   35.4%   +0.15%     
- Complexity      615     617       +2     
===========================================
  Files            26      26              
  Lines          1640    1644       +4     
===========================================
+ Hits            578     582       +4     
  Misses         1062    1062
Impacted Files Coverage Δ Complexity Δ
src/Mvc/Model/Migration.php 51.66% <100%> (+0.46%) 175 <0> (+2) :arrow_up:
src/Migrations.php 55.28% <0%> (ø) 115% <0%> (ø) :arrow_down:
src/Utils/Nullify.php 100% <0%> (ø) 4% <0%> (ø) :arrow_down:
src/Generator/Snippet.php 28.81% <0%> (ø) 17% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6843613...bbad3e3. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.22%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
+ Coverage     35.24%   35.47%   +0.22%     
- Complexity      615      617       +2     
============================================
  Files            26       26              
  Lines          1640     1621      -19     
============================================
- Hits            578      575       -3     
+ Misses         1062     1046      -16