cycle / database

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

MySQLColumn support integer attributes [unsigned,zerofill] #66

Closed gam6itko closed 1 year ago

gam6itko commented 2 years ago

Implements https://github.com/cycle/database/issues/65 feature

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (f30f4f2) into 2.x (1d7bfe3) will increase coverage by 0.14%. The diff coverage is 97.05%.

@@             Coverage Diff              @@
##                2.x      #66      +/-   ##
============================================
+ Coverage     94.27%   94.41%   +0.14%     
- Complexity     1562     1576      +14     
============================================
  Files            93       95       +2     
  Lines          3914     4336     +422     
============================================
+ Hits           3690     4094     +404     
- Misses          224      242      +18     
Impacted Files Coverage Δ
src/Driver/MySQL/Schema/MySQLColumn.php 93.50% <96.00%> (+1.05%) :arrow_up:
src/Schema/AbstractColumn.php 97.42% <100.00%> (+0.79%) :arrow_up:
src/Driver/SQLServer/SQLServerDriver.php 83.63% <0.00%> (-8.21%) :arrow_down:
src/Schema/AbstractIndex.php 85.71% <0.00%> (-3.65%) :arrow_down:
src/Query/Traits/JoinTrait.php 91.83% <0.00%> (-3.17%) :arrow_down:
src/Driver/SQLite/SQLiteCompiler.php 95.55% <0.00%> (-1.95%) :arrow_down:
src/Driver/Compiler.php 96.05% <0.00%> (-0.59%) :arrow_down:
src/Driver/Postgres/Schema/PostgresColumn.php 91.72% <0.00%> (-0.31%) :arrow_down:
src/Driver/Quoter.php 100.00% <0.00%> (ø)
src/Query/InsertQuery.php 100.00% <0.00%> (ø)
... and 49 more

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