Skip to content

Add unsigned support for numeric data types #390

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

Closed
wants to merge 1 commit into from

Conversation

daichirata
Copy link

@daichirata daichirata commented Jul 21, 2016

Hi,

A data type of unsigned is supported from Rails 5, so this pull request supports it.

Example:

# Schema Info
#
# Table name: users
#
#  id      :integer          not null
#  integer :integer          unsigned, not null
#  bigint  :bigint           unsigned, not null
#  float   :float            unsigned, not null
#  decimal :decimal(10, 2)   unsigned, not null
#

@coveralls
Copy link

coveralls commented Jul 21, 2016

Coverage Status

Changes Unknown when pulling 8f323de on daichirata:feature/unsigned into * on ctran:develop*.

@ctran
Copy link
Owner

ctran commented Jul 29, 2016

Thanks for the PR. I had to rebase against develop and added some minor changes to make rubocop happy at #393. I'll close this one out.

@ctran ctran closed this Jul 29, 2016
@ctran ctran added this to the v2.7.2 milestone Dec 17, 2016
@ctran ctran added the feature label Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants