mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
The rest of 1-21 changes. Mostly visual flow between tournament school and wrestlers
This commit is contained in:
12
db/schema.rb
12
db/schema.rb
@@ -11,13 +11,23 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20131231135039) do
|
||||
ActiveRecord::Schema.define(version: 20140121020833) do
|
||||
|
||||
create_table "schools", force: true do |t|
|
||||
t.string "name"
|
||||
t.integer "score"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.integer "tournament_id"
|
||||
end
|
||||
|
||||
create_table "tournaments", force: true do |t|
|
||||
t.string "name"
|
||||
t.string "address"
|
||||
t.string "director"
|
||||
t.string "director_email"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
create_table "weights", force: true do |t|
|
||||
|
||||
Reference in New Issue
Block a user