Sha256: d83a886565278e9560a294dd3bf35e58b86936c2f8311a50f14b07475235b755

Contents?: true

Size: 698 Bytes

Versions: 9

Compression:

Stored size: 698 Bytes

Contents

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

  create_table "resources", :force => true do |t|
    t.string   "username_attr"
    t.string   "name_attr"
    t.string   "safe_text_attr"
    t.string   "domain_attr"
    t.string   "email_attr"
    t.string   "phone_number_attr"
    t.string   "phone_extension_attr"
    t.string   "middle_initial_attr"
    t.string   "ssn_attr"
    t.string   "zipcode_attr"
    t.string   "taxid_attr"
    t.string   "dollar_attr"
    t.string   "positive_dollar_attr"
    t.string   "percent_attr"
    t.string   "positive_percent_attr"
    t.string   "url_attr"
    t.string   "age_attr"
    t.string   "number_attr"
    t.string   "rails_name_attr"
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
has_validated_attributes-1.0.3 spec/db/schema.rb
has_validated_attributes-1.0.2 spec/db/schema.rb
has_validated_attributes-1.0.1 spec/db/schema.rb
has_validated_attributes-1.0.0 spec/db/schema.rb
has_validated_attributes-0.0.14 spec/db/schema.rb
has_validated_attributes-0.0.13 spec/db/schema.rb
has_validated_attributes-0.0.12 spec/db/schema.rb
has_validated_attributes-0.0.11 spec/db/schema.rb
has_validated_attributes-0.0.10 spec/db/schema.rb