Sha256: fbf78654881cf4927842862cf50a06cd613cab9f4269e7bd7fc9a9717f82da97
Contents?: true
Size: 461 Bytes
Versions: 5
Compression:
Stored size: 461 Bytes
Contents
ActiveRecord::Schema.define(:version => 20110928102949) do create_table "companies", :force => true do |t| t.string "name" t.string "my_step" t.integer "code" t.string "city" t.datetime "created_at" t.datetime "updated_at" end create_table "users", :force => true do |t| t.string "first_name" t.string "current_step" t.integer "last_name" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
5 entries across 5 versions & 1 rubygems