Sha256: 9be2f254fe27db656d557fc2874d2ed40f6679884899b1f7dca6719ff7be1bf7

Contents?: true

Size: 545 Bytes

Versions: 118

Compression:

Stored size: 545 Bytes

Contents

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

  create_table :locations, :force => true do |t|
    t.float :lat
    t.float :lng
  end

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

  create_table :writers, :force => true, :primary_key => :writer_id do |t|
    t.string :name
    t.timestamps
  end

end

Version data entries

118 entries across 66 versions & 15 rubygems

Version Path
sunspot_rails-2.1.0 spec/schema.rb
sunspot_rails-2.1.0 spec/rails_template/db/schema.rb
sunspot_rails-2.0.0 spec/schema.rb
sunspot_rails-2.0.0 spec/rails_template/db/schema.rb
sunspot_rails-2.0.0.pre.130115 spec/schema.rb
sunspot_rails-2.0.0.pre.130115 spec/rails_template/db/schema.rb
substantial-sunspot_rails-2.0.0.pre.111215 spec/rails_template/db/schema.rb
substantial-sunspot_rails-2.0.0.pre.111215 spec/schema.rb
gojee-sunspot-rails-2.0.5 spec/schema.rb
gojee-sunspot-rails-2.0.5 spec/rails_template/db/schema.rb
sunspot_rails-2.0.0.pre.120925 spec/schema.rb
sunspot_rails-2.0.0.pre.120925 spec/rails_template/db/schema.rb
sunspot_solr-2.0.0.pre.120924 sunspot_rails/spec/rails_template/db/schema.rb
sunspot_solr-2.0.0.pre.120924 sunspot_rails/spec/schema.rb
sunspot_rails-2.0.0.pre.120924 sunspot_rails/spec/schema.rb
sunspot_rails-2.0.0.pre.120924 sunspot_rails/spec/rails_template/db/schema.rb
sunspot-2.0.0.pre.120924 sunspot_rails/spec/schema.rb
sunspot-2.0.0.pre.120924 sunspot_rails/spec/rails_template/db/schema.rb
gojee-sunspot-rails-2.0.4 spec/rails_template/db/schema.rb
gojee-sunspot-rails-2.0.4 spec/schema.rb