Create migration for extra booth fields
This commit is contained in:
parent
8b2f2b538e
commit
76adb3dc51
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
||||||
|
class AddAdditionalFieldsToBooths < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :booths, :accepted_code_of_conduct, :boolean
|
||||||
|
add_column :booths, :email, :string
|
||||||
|
add_column :booths, :special_requirements, :string
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue