Sha256: 138c34e0260054d96ab68dcd6c1262bd9930a1e3de92f69902a0d81a8ea64677

Contents?: true

Size: 818 Bytes

Versions: 2

Compression:

Stored size: 818 Bytes

Contents

# This file is autogenerated. Instead of editing this file, please use the
# migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.

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

  create_table "comments", :force => true do |t|
    t.column "post_id", :integer
    t.column "name", :string
    t.column "body", :text
    t.column "created_at", :datetime
    t.column "updated_at", :datetime
  end

  create_table "posts", :force => true do |t|
    t.column "title", :string
    t.column "body", :text
    t.column "created_at", :datetime
    t.column "updated_at", :datetime
  end

  create_table "sessions", :force => true do |t|
    t.column "sess_id", :string, :limit => 32
    t.column "created_at", :datetime
    t.column "data", :text
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
merb-0.0.6 examples/sample_app/dist/schema/schema.rb
merb-0.0.7 examples/sample_app/dist/schema/schema.rb