Sha256: 4ca9f92cc4268f71aabb1ddfb9a39c7016976f61aff0e3fa3b1a8ac7127f78f5

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

ActiveRecord::Schema.define(:version => 1) do

  create_table :abstract_posts do |t|
    t.hstore :title
    t.hstore :body
    t.string :name
    t.integer :void, :default => 1
  end

  create_table :named_posts do |t|
    t.hstore :title
    t.string :name
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
multilang-hstore-1.0.2 spec/schema.rb
multilang-hstore-1.0.1 spec/schema.rb
multilang-hstore-1.0.0 spec/schema.rb
multilang-hstore-1.0.0.rc2 spec/schema.rb
multilang-hstore-1.0.0.rc1 spec/schema.rb