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

support column comment #102

Closed cq-z closed 3 years ago

cq-z commented 3 years ago

support column comment

codecov[bot] commented 3 years ago

Codecov Report

Merging #102 into master will increase coverage by 5.64%. The diff coverage is 50.00%.

@@             Coverage Diff              @@
##             master     #102      +/-   ##
============================================
+ Coverage     44.17%   49.82%   +5.64%     
+ Complexity      507      496      -11     
============================================
  Files            23       17       -6     
  Lines          1365     1399      +34     
============================================
+ Hits            603      697      +94     
+ Misses          762      702      -60     
Jeckerson commented 3 years ago

Before merge, I will try to figure out, how to better integrate 4.0 and 4.1 versions support and what version to release next.