updated db/schema.rb
This commit is contained in:
parent
2d87610a97
commit
9de6678f95
1 changed files with 19 additions and 14 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# 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|
|
||||
t.string "title"
|
||||
|
|
@ -79,6 +79,9 @@ ActiveRecord::Schema.define(version: 20140528072939) do
|
|||
t.string "media_id"
|
||||
t.string "media_type"
|
||||
t.string "color", default: "#000000"
|
||||
t.text "description"
|
||||
t.text "registration_description"
|
||||
t.text "ticket_description"
|
||||
end
|
||||
|
||||
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.string "title", null: false
|
||||
t.string "url"
|
||||
t.text "description"
|
||||
t.string "ticket_price"
|
||||
end
|
||||
|
||||
create_table "supporter_registrations", force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue