Sha256: 7ca6c5c7ddd234bd263d06789cd18a9b361f974e4cc04e4908b205404c165f00
Contents?: true
Size: 665 Bytes
Versions: 2
Compression:
Stored size: 665 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" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
has_validated_attributes-0.0.9 | spec/db/schema.rb |
has_validated_attributes-0.0.8 | spec/db/schema.rb |