Sha256: e2e09ab8a6c65faf43fc897cf60bd5be9e89a410553835b686de04ab40c541e0

Contents?: true

Size: 329 Bytes

Versions: 17

Compression:

Stored size: 329 Bytes

Contents

ActiveRecord::Schema.define :version => 0 do
  create_table :posts, :force => true do |t|
    t.column :title, :string
    t.column :body, :text
    t.column :visible, :boolean
  end

  create_table :sources, :force => true do |t|
    t.column :name, :string
    t.column :url, :string
    t.column :description, :text
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
acts_as_indexed-0.9.0 test/db/schema.rb
acts_as_indexed-0.8.3 test/db/schema.rb
acts_as_indexed-0.8.2 test/db/schema.rb
acts_as_indexed-0.8.1 test/schema.rb
acts_as_indexed-0.8.0 test/schema.rb
acts_as_indexed-0.7.8 test/schema.rb
acts_as_indexed-0.7.7 test/schema.rb
acts_as_indexed-0.7.6 test/schema.rb
acts_as_indexed-0.7.5 test/schema.rb
acts_as_indexed-0.7.3 test/schema.rb
acts_as_indexed-0.7.2 test/schema.rb
acts_as_indexed-0.7.1 test/schema.rb
acts_as_indexed-0.7.0 test/schema.rb
acts_as_indexed-0.6.7 test/schema.rb
acts_as_indexed-0.6.6 test/schema.rb
acts_as_indexed-0.6.5 test/schema.rb
acts_as_indexed-0.6.4 test/schema.rb