Sha256: 4d50bf7047a829c4f07a5cdc086afc6251a48b648fa3e1f142ce42d8df91cd07
Contents?: true
Size: 996 Bytes
Versions: 34
Compression:
Stored size: 996 Bytes
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 => 20120222195914) do create_table "users", :force => true do |t| t.string "email", :default => "", :null => false t.string "encrypted_password", :limit => 128, :default => "", :null => false end end
Version data entries
34 entries across 16 versions & 4 rubygems