Sha256: f35814f6fc9c4109c03478fedaf5afd3e099198fdd4285962824371de0a23630

Contents?: true

Size: 290 Bytes

Versions: 33

Compression:

Stored size: 290 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do
  create_table :posts, :force => true do |t|
    t.string :title
    t.text :body
    t.references :blog
    t.timestamps
  end

  create_table :blogs, :force => true do |t|
    t.string :name
    t.string :subdomain
    t.timestamps
  end
end

Version data entries

33 entries across 33 versions & 11 rubygems

Version Path
adamsalter-sunspot_rails-0.10.4 spec/schema.rb
adamsalter-sunspot_rails-0.10.5 spec/mock_app/db/schema.rb
benjaminkrause-sunspot_rails-0.10.5 spec/schema.rb
bsy-sunspot_rails-0.10.4 spec/schema.rb
collectiveidea-sunspot_rails-0.10.5 spec/schema.rb
collectiveidea-sunspot_rails-0.10.6 spec/schema.rb
kristopher-sunspot_rails-0.10.6 spec/schema.rb
kuahyeow-sunspot_rails-0.10.5 spec/schema.rb
outoftime-sunspot_rails-0.10.0 spec/schema.rb
outoftime-sunspot_rails-0.10.1 spec/schema.rb
outoftime-sunspot_rails-0.10.2 spec/schema.rb
outoftime-sunspot_rails-0.10.3 spec/schema.rb
outoftime-sunspot_rails-0.10.4 spec/schema.rb
outoftime-sunspot_rails-0.10.5 spec/schema.rb
outoftime-sunspot_rails-0.9.10 spec/schema.rb
outoftime-sunspot_rails-0.9.11 spec/schema.rb
outoftime-sunspot_rails-0.9.12 spec/schema.rb
outoftime-sunspot_rails-0.9.4 spec/schema.rb
outoftime-sunspot_rails-0.9.6 spec/schema.rb
outoftime-sunspot_rails-0.9.7 spec/schema.rb