Sha256: 0c79354eb1cc9ac4356ee4d13f24e7de13760ce1388c364729678f527adc7a26
Contents?: true
Size: 1.07 KB
Versions: 12
Compression:
Stored size: 1.07 KB
Contents
# This file is auto-generated from the current state of the database. Instead of editing this file, # please use the migrations feature of Active Record to incrementally modify your database, and # then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your database schema. If you need # to create the application database on another system, you should be using db:schema:load, not running # all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20080702154820) do create_table "accounts", :force => true do |t| t.string "name" t.string "shard" t.datetime "created_at" t.datetime "updated_at" end create_table "figments", :force => true do |t| t.integer "account_id" t.integer "value" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
12 entries across 11 versions & 1 rubygems