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

Fix for #157 #158

Merged
merged 5 commits into from Feb 26, 2014
Merged

Fix for #157 #158

merged 5 commits into from Feb 26, 2014

Conversation

orbanbotond
Copy link
Contributor

The pg array type is now detected.

This is how the annotation will look like:

# == Schema Information
#
# Table name: equipment
#
#  id                 :integer          not null, primary key
#  shop               :string(255)
#  name               :string(255)
#  category           :string(255)
#  link               :string(255)
#  image              :string(255)
#  product_key        :string(255)
#  brand              :string(255)
#  created_at         :datetime
#  updated_at         :datetime
#  equipment          :string(255)
#  gender             :string(255)
#  sport              :string(255)      is an Array
#  asin               :string(255)
#  user_id            :integer
#  rotation           :boolean          default(FALSE)
#  colors             :string(255)      is an Array
#  sizes              :string(255)      is an Array
#  amazon_checked_at  :datetime
#  models             :string(255)      is an Array
#  year               :string(255)
#  product_attributes :string(255)      is an Array
#  color              :string(255)      is an Array
#

@ctran
Copy link
Owner

ctran commented Dec 27, 2013

Do you mind rebase yours against the latest of the "dev" branch? Another minor suggestion is to replace "is an Array" with just "array".

Thanks.

ctran added a commit that referenced this pull request Feb 26, 2014
@ctran ctran merged commit 8a4efb1 into ctran:develop Feb 26, 2014
@ctran ctran added the feature label Feb 26, 2014
@ctran ctran added this to the 2.6.2 milestone Feb 26, 2014
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.

None yet

2 participants