updated db/schema.rb

This commit is contained in:
Gopesh Tulsyan 2014-05-30 01:21:17 +05:30
parent 2d87610a97
commit 9de6678f95

View file

@ -11,7 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140528072939) do ActiveRecord::Schema.define(version: 20140529133339) do
create_table "answers", force: true do |t| create_table "answers", force: true do |t|
t.string "title" t.string "title"
@ -79,6 +79,9 @@ ActiveRecord::Schema.define(version: 20140528072939) do
t.string "media_id" t.string "media_id"
t.string "media_type" t.string "media_type"
t.string "color", default: "#000000" t.string "color", default: "#000000"
t.text "description"
t.text "registration_description"
t.text "ticket_description"
end end
create_table "conferences_questions", id: false, force: true do |t| create_table "conferences_questions", id: false, force: true do |t|
@ -290,6 +293,8 @@ ActiveRecord::Schema.define(version: 20140528072939) do
t.integer "conference_id" t.integer "conference_id"
t.string "title", null: false t.string "title", null: false
t.string "url" t.string "url"
t.text "description"
t.string "ticket_price"
end end
create_table "supporter_registrations", force: true do |t| create_table "supporter_registrations", force: true do |t|