parent
63d2980fe3
commit
27fc0acbf8
24 changed files with 388 additions and 116 deletions
12
db/migrate/20140804185823_create_audiences.rb
Normal file
12
db/migrate/20140804185823_create_audiences.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
class CreateAudiences < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :audiences do |t|
|
||||
t.integer :conference_id
|
||||
t.date :registration_start_date
|
||||
t.date :registration_end_date
|
||||
t.text :registration_description
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue