cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

Allow any type fields #73

Closed siamskoi closed 1 year ago

siamskoi commented 2 years ago

Allow to create fields of any type. This will be useful for creating a migration builder for using fields like enum, point, ip, polygon, etc.

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (2df0fe5) into 2.x (fa07de8) will decrease coverage by 0.04%. The diff coverage is 33.33%.

@@             Coverage Diff              @@
##                2.x      #73      +/-   ##
============================================
- Coverage     92.79%   92.74%   -0.05%     
  Complexity     1537     1537              
============================================
  Files            94       94              
  Lines          3899     3901       +2     
============================================
  Hits           3618     3618              
- Misses          281      283       +2     
Impacted Files Coverage Δ
src/Schema/AbstractColumn.php 95.55% <33.33%> (-1.08%) :arrow_down:

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

roxblnfk commented 1 year ago

Thank you for PR. Will be done in https://github.com/cycle/database/pull/104