Sha256: 8cef34d7f05b7bd99b1bbcc74d1c4d2bfa7d1af95768f9133f17ef3af84289e3
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 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 "session_id", :string, :limit => 32 t.column "created_at", :datetime t.column "data", :text end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
merb-0.0.8 | examples/sample_app/dist/schema/schema.rb |