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
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/sunspot_rails-2.2.7/spec/schema.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/sunspot_rails-2.2.7/spec/rails_template/db/schema.rb
sunspot_rails-2.2.7 spec/rails_template/db/schema.rb
sunspot_rails-2.2.7 spec/schema.rb
sunspot_rails-2.2.6 spec/rails_template/db/schema.rb
sunspot_rails-2.2.6 spec/schema.rb
sunspot_rails-2.2.5 spec/rails_template/db/schema.rb
sunspot_rails-2.2.5 spec/schema.rb
sunspot_rails-2.2.4 spec/schema.rb
sunspot_rails-2.2.4 spec/rails_template/db/schema.rb
sunspot_rails-2.2.3 spec/schema.rb
sunspot_rails-2.2.3 spec/rails_template/db/schema.rb
sunspot_rails-2.2.2 spec/rails_template/db/schema.rb
sunspot_rails-2.2.2 spec/schema.rb
sunspot_rails-2.2.1 spec/schema.rb
sunspot_rails-2.2.1 spec/rails_template/db/schema.rb
sunspot_rails-2.2.0 spec/schema.rb
sunspot_rails-2.2.0 spec/rails_template/db/schema.rb
sunspot_rails-2.1.1 spec/rails_template/db/schema.rb
sunspot_rails-2.1.1 spec/schema.rb