Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQLColumn support integer attributes [unsigned,zerofill] #66

Closed
wants to merge 2 commits into from

Conversation

gam6itko
Copy link
Contributor

Implements #65 feature

@roxblnfk roxblnfk added the status:under development Someone is working on a pull request. label Jun 17, 2022
@codecov
Copy link

codecov bot commented Jun 19, 2022

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%) ⬆️
src/Schema/AbstractColumn.php 97.42% <100.00%> (+0.79%) ⬆️
src/Driver/SQLServer/SQLServerDriver.php 83.63% <0.00%> (-8.21%) ⬇️
src/Schema/AbstractIndex.php 85.71% <0.00%> (-3.65%) ⬇️
src/Query/Traits/JoinTrait.php 91.83% <0.00%> (-3.17%) ⬇️
src/Driver/SQLite/SQLiteCompiler.php 95.55% <0.00%> (-1.95%) ⬇️
src/Driver/Compiler.php 96.05% <0.00%> (-0.59%) ⬇️
src/Driver/Postgres/Schema/PostgresColumn.php 91.72% <0.00%> (-0.31%) ⬇️
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.

@roxblnfk roxblnfk force-pushed the column_attributes_unsigned branch 2 times, most recently from 12add14 to 2eab1db Compare December 20, 2022 17:38
# Conflicts:
#	src/Driver/MySQL/Schema/MySQLColumn.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants