Sha256: 977a88631ea7ce896b5ca4ee4f561593f82fb6f1d1b3aca7458ca5450c2656b5

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do

  create_table "resources", :force => true do |t|
    t.string   "phone_attr"
    t.string   "ssn_attr"
    t.string   "zipcode_attr"
    t.string   "taxid_attr"
    t.string   "dollar_attr"
    t.string   "number_attr"
    t.string   "percent_attr"
    t.string   "spaces_attr"
    t.string   "strip_attr"
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
has_normalized_attributes-1.0.0 spec/db/schema.rb
has_normalized_attributes-0.0.10 spec/db/schema.rb
has_normalized_attributes-0.0.9 spec/db/schema.rb
has_normalized_attributes-0.0.8 spec/db/schema.rb
has_normalized_attributes-0.0.6 spec/db/schema.rb
has_normalized_attributes-0.0.5 spec/db/schema.rb
has_normalized_attributes-0.0.4 spec/db/schema.rb
has_normalized_attributes-0.0.3 spec/db/schema.rb