Sha256: a8f7a9d110965b770ca31dd782040ca71a82081f78530cb17277ab03e1e7d451

Contents?: true

Size: 1.19 KB

Versions: 8

Compression:

Stored size: 1.19 KB

Contents

# encoding: UTF-8
# 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 => 20121207034527) do

  create_table "astrochimp_signups", :force => true do |t|
    t.string   "email"
    t.integer  "status"
    t.datetime "created_at",                   :null => false
    t.datetime "updated_at",                   :null => false
    t.integer  "referrer_id"
    t.integer  "signups_count", :default => 0
  end

  add_index "astrochimp_signups", ["referrer_id"], :name => "index_astrochimp_signups_on_referrer_id"

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
astrochimp-0.2.5 test/dummy/db/schema.rb
astrochimp-0.2.4 test/dummy/db/schema.rb
astrochimp-0.2.3 test/dummy/db/schema.rb
astrochimp-0.2.2 test/dummy/db/schema.rb
astrochimp-0.2.1 test/dummy/db/schema.rb
astrochimp-0.2.0 test/dummy/db/schema.rb
astrochimp-0.1.3 test/dummy/db/schema.rb
astrochimp-0.1.2 test/dummy/db/schema.rb