Sha256: 6a716004c72d16afbf96528eba446dfd68a66e9fda59f5ed71f4a79bf9c61e91

Contents?: true

Size: 301 Bytes

Versions: 18

Compression:

Stored size: 301 Bytes

Contents

ActiveRecord::Schema.define(:version => 2) do

  create_table :comments, :force => true do |t|
    t.integer :photo_id
    t.string :author
    t.text :body
    t.timestamps
  end

  create_table :photos, :force => true do |t|
    t.string :title
    t.text   :description
    t.timestamps
  end

end

Version data entries

18 entries across 18 versions & 4 rubygems

Version Path
giraffesoft-attribute_fu-0.2.1 test/db/schema.rb
kdmny-spree-0.0.1 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.11.4 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.11.3 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.11.2 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.11.1 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.11.0 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.10.2 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.10.1 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.10.0 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.10.0.beta vendor/plugins/attribute_fu/test/db/schema.rb
spree-enriquez-0.9.4 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.9.4 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.9.3 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.9.2 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.9.1 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.9.0 vendor/plugins/attribute_fu/test/db/schema.rb
spree-0.8.5 vendor/plugins/attribute_fu/test/db/schema.rb