Sha256: 9dd2231f4a867781c6e25e62597434717f06ebeb7cd6b03958dcc9c8d2ae4920
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 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 ActiveRecord 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 => 1) do create_table "users", :force => true do |t| t.string "login", :limit => 80, :default => "", :null => false t.string "salted_password", :limit => 40, :default => "", :null => false t.string "email", :limit => 60, :default => "", :null => false t.string "firstname", :limit => 40 t.string "lastname", :limit => 40 t.string "salt", :limit => 40, :default => "", :null => false t.integer "verified", :default => 0 t.string "role", :limit => 40 t.string "security_token", :limit => 40 t.datetime "token_expiry" t.datetime "created_at" t.datetime "updated_at" t.datetime "logged_in_at" t.integer "deleted", :default => 0 t.datetime "delete_after" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.1 | sample/login_engine/db/schema.rb |
amrita2-2.0.2 | sample/login_engine/db/schema.rb |