Sha256: bdbacf70ff1eb565d4625fea88b7a7eb02fe878c7543dba9bfbe7259e6cd3bde

Contents?: true

Size: 1.93 KB

Versions: 13

Compression:

Stored size: 1.93 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 => 20091030202259) do

  create_table "cities", :force => true do |t|
    t.string   "name"
    t.text     "data"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "clubs", :force => true do |t|
    t.string "name"
  end

  create_table "clubs_users", :id => false, :force => true do |t|
    t.integer "user_id", :null => false
    t.integer "club_id", :null => false
  end

  create_table "papers", :id => false, :force => true do |t|
    t.string "paper_id", :null => false
    t.string "name"
  end

  create_table "phone_numbers", :force => true do |t|
    t.string   "number"
    t.integer  "user_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "users", :force => true do |t|
    t.string   "first_name"
    t.string   "last_name"
    t.integer  "age"
    t.text     "data"
    t.boolean  "active",      :default => false
    t.text     "description"
    t.datetime "born_at"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "websites", :force => true do |t|
    t.string   "url"
    t.integer  "user_id"
    t.string   "dns_provider", :default => "yahoo"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
admin_data-1.1.12 test/rails_root/db/schema.rb
admin_data-1.1.11 test/rails_root/db/schema.rb
admin_data-1.1.10 test/rails_root/db/schema.rb
admin_data-1.1.9 test/rails_root/db/schema.rb
admin_data-1.1.8 test/rails_root/db/schema.rb
admin_data-1.1.7 test/rails_root/db/schema.rb
admin_data-1.1.6 test/rails_root/db/schema.rb
admin_data-1.1.5 test/rails_root/db/schema.rb
admin_data-1.1.4 test/rails_root/db/schema.rb
admin_data-1.1.3 test/rails_root/db/schema.rb
admin_data-1.1.2 test/rails_root/db/schema.rb
admin_data-1.1.1 test/rails_root/db/schema.rb
admin_data-1.1.0 test/rails_root/db/schema.rb