Introduce Call for Booths
This commit is contained in:
parent
66ac45efc8
commit
7ee9b2966a
13 changed files with 191 additions and 16 deletions
11
db/migrate/20170606182954_create_call_for_booths.rb
Normal file
11
db/migrate/20170606182954_create_call_for_booths.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
class CreateCallForBooths < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :call_for_booths do |t|
|
||||
t.date :start_date
|
||||
t.date :end_date
|
||||
t.integer :booth_limit
|
||||
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue