Sha256: 1a6bbe7bfd5b4f5849214dbfd3814523522979d9f37abc80dbf654524d66727e

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

ActiveRecord::Schema.define do
  create_table :addresses, :force => true do |t|
    t.string   :name
    t.text     :address
    t.string   :city
    t.string   :state
    t.string   :postal_code
    t.string   :country
    t.timestamps
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_record_ignored_attributes-0.0.4 spec/support/schema.rb
active_record_ignored_attributes-0.0.3 spec/support/schema.rb
active_record_ignored_attributes-0.0.2 spec/support/schema.rb
active_record_ignored_attributes-0.0.1 spec/support/schema.rb