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 unsigned and zerofill properties #88

Merged
merged 13 commits into from
Dec 26, 2022

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Dec 20, 2022

Implements #65 feature
It is an alternative for #66

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #88 (691e786) into 2.x (19e42df) will decrease coverage by 0.24%.
The diff coverage is 85.56%.

@@             Coverage Diff              @@
##                2.x      #88      +/-   ##
============================================
- Coverage     94.46%   94.22%   -0.25%     
- Complexity     1588     1620      +32     
============================================
  Files            96       98       +2     
  Lines          4356     4432      +76     
============================================
+ Hits           4115     4176      +61     
- Misses          241      256      +15     
Impacted Files Coverage Δ
src/Config/ConnectionConfig.php 35.71% <ø> (ø)
src/Config/DriverConfig.php 100.00% <ø> (ø)
src/Driver/Postgres/Schema/PostgresColumn.php 92.68% <ø> (-0.35%) ⬇️
src/Driver/SQLite/Schema/SQLiteColumn.php 100.00% <ø> (ø)
src/Schema/Traits/ColumnAttributesTrait.php 71.42% <71.42%> (ø)
src/Schema/AbstractColumn.php 96.55% <88.23%> (-0.85%) ⬇️
src/Config/RestoreStateTrait.php 100.00% <100.00%> (ø)
src/Driver/MySQL/Schema/MySQLColumn.php 93.97% <100.00%> (+1.11%) ⬆️
src/Driver/SQLServer/Schema/SQLServerColumn.php 95.36% <100.00%> (+0.06%) ⬆️
src/Schema/Attribute/ColumnAttribute.php 100.00% <100.00%> (ø)
... and 1 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 feature/unsigned-int-via-args branch from cdff134 to 54c0187 Compare December 25, 2022 14:46
@roxblnfk roxblnfk merged commit 43f08ff into 2.x Dec 26, 2022
@roxblnfk roxblnfk deleted the feature/unsigned-int-via-args branch December 26, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants