Sha256: 447f7d630d87c0e8d4d5f6b366c918019daa24dc7954068816e4ed44b4a243f4

Contents?: true

Size: 633 Bytes

Versions: 5

Compression:

Stored size: 633 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   "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"
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
has_validated_attributes-0.0.6 spec/db/schema.rb
has_validated_attributes-0.0.4 spec/db/schema.rb
has_validated_attributes-0.0.3 spec/db/schema.rb
has_validated_attributes-0.0.2 spec/db/schema.rb
has_validated_attributes-0.0.1 spec/db/schema.rb