Sha256: fd889a5ff426808c6f5489685d31e882c57405c011b6ef80074a8bf4f13a7e54

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 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 null:false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_ignored_attributes-0.0.5 spec/support/schema.rb