Update booth factory and schema.rb
This commit is contained in:
parent
8e2fdeded0
commit
17cee2ae06
2 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,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: 2019_06_03_143107) do
|
ActiveRecord::Schema.define(version: 2019_08_16_084920) do
|
||||||
|
|
||||||
create_table "answers", force: :cascade do |t|
|
create_table "answers", force: :cascade do |t|
|
||||||
t.string "title"
|
t.string "title"
|
||||||
|
|
@ -39,6 +39,9 @@ ActiveRecord::Schema.define(version: 2019_06_03_143107) do
|
||||||
t.integer "conference_id"
|
t.integer "conference_id"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.datetime "updated_at", null: false
|
t.datetime "updated_at", null: false
|
||||||
|
t.boolean "accepted_code_of_conduct"
|
||||||
|
t.string "email"
|
||||||
|
t.string "special_requirements"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "cfps", force: :cascade do |t|
|
create_table "cfps", force: :cascade do |t|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ FactoryBot.define do
|
||||||
reasoning { Faker::Lorem.paragraph }
|
reasoning { Faker::Lorem.paragraph }
|
||||||
website_url { Faker::Internet.url }
|
website_url { Faker::Internet.url }
|
||||||
submitter_relationship { Faker::Lorem.paragraph }
|
submitter_relationship { Faker::Lorem.paragraph }
|
||||||
|
email { Faker::Internet.email }
|
||||||
|
|
||||||
conference
|
conference
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue