Sha256: bf0445654317dcdedf1bbe23fd58bbe2d31cf5743538dab44c22c2290b6b5061

Contents?: true

Size: 346 Bytes

Versions: 10

Compression:

Stored size: 346 Bytes

Contents

ActiveRecord::Schema.define(:version => 1) do

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

  create_table "tickets", :force => true do |t|
    t.string   "title"
    t.integer  "account_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
active_record_shards-2.2.0 test/schema.rb
active_record_shards-2.0.0 test/schema.rb
active_record_shards-2.0.0.beta5 test/schema.rb
active_record_shards-2.0.0.beta2 test/schema.rb
active_record_shards-2.0.0.beta1 test/schema.rb
replica-1.2.0 test/schema.rb
replica-1.1.0 test/schema.rb
replica-1.0.2 test/schema.rb
replica-1.0.1 test/schema.rb
replica-1.0.0 test/schema.rb