Sha256: 46109e101c6e3e80cfa7209c89fa99c82db6beffc324b055b172f8293f29b681

Contents?: true

Size: 302 Bytes

Versions: 10

Compression:

Stored size: 302 Bytes

Contents

ActiveRecord::Schema.define do
  self.verbose = false

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

  create_table :grapes, :force => true do |t|
    t.integer :vineyard_id
    t.string :title
    t.text :contents
    t.timestamps
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hot_like_sauce-0.4.1 spec/support/schema.rb
hot_like_sauce-0.4.0 spec/support/schema.rb
hot_like_sauce-0.3.1 spec/support/schema.rb
hot_like_sauce-0.3.0 spec/support/schema.rb
hot_like_sauce-0.2.4 spec/support/schema.rb
hot_like_sauce-0.2.3 spec/support/schema.rb
hot_like_sauce-0.2.2 spec/support/schema.rb
hot_like_sauce-0.2.1 spec/support/schema.rb
hot_like_sauce-0.2.0 spec/support/schema.rb
hot_like_sauce-0.1.0 spec/support/schema.rb