Sha256: ead5d29d01d7ad1091cf058476231006b0241adafb725145c59d4b44c849ad8d
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 2) do create_table "beings", :force => true do |t| t.column "country", :string t.column "race", :string t.column "type", :string end create_table "properties", :force => true do |t| t.column "name", :string t.column "being_id", :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_finder-0.1.3 | spec/rails/db/schema.rb |