cycle / schema-builder

Declarative schema generation for Cycle ORM
MIT License
15 stars 11 forks source link

Check if ENTITY_TYPE exists #13

Closed rauanmayemir closed 4 years ago

rauanmayemir commented 4 years ago

This will allow manually creating ENTITY_TYPE column and not have schema builder reset its size to a hard-coded value of 32.

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #13      +/-   ##
============================================
- Coverage     89.30%   89.21%   -0.09%     
- Complexity      397      398       +1     
============================================
  Files            31       31              
  Lines          1000     1001       +1     
============================================
  Hits            893      893              
- Misses          107      108       +1     
Impacted Files Coverage Δ Complexity Δ
src/Generator/RenderTables.php 80.76% <0.00%> (-3.24%) 12.00 <0.00> (+1.00) :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 65ae0c1...29a85da. Read the comment docs.