Sha256: 930f9791add01a310a49cdb20ad85bbceea2937e084a539e8b9085773d6cd48a

Contents?: true

Size: 573 Bytes

Versions: 9

Compression:

Stored size: 573 Bytes

Contents

ActiveRecord::Schema.define(version: 20150421224501) do

  create_table "scrubbable_models", force: true do |t|
    t.string   "first_name"
    t.string   "last_name"
    t.string   "middle_name"
    t.string   "name"
    t.string   "email"
    t.string   "title"
    t.string   "company_name"
    t.string   "address1"
    t.string   "address2"
    t.string   "zip_code"
    t.string   "state"
    t.string   "state_short"
    t.string   "city"
    t.string   "lat"
    t.string   "lon"
    t.string   "username"
    t.boolean  "active"
    t.string   "school"
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
acts_as_scrubbable-2.1.5 spec/db/schema.rb
acts_as_scrubbable-2.1.3 spec/db/schema.rb
acts_as_scrubbable-2.1.2 spec/db/schema.rb
acts_as_scrubbable-2.1.1 spec/db/schema.rb
acts_as_scrubbable-2.0.0 spec/db/schema.rb
acts_as_scrubbable-1.4.0 spec/db/schema.rb
acts_as_scrubbable-1.2.1 spec/db/schema.rb
acts_as_scrubbable-1.1.1 spec/db/schema.rb
acts_as_scrubbable-1.1.0 spec/db/schema.rb