Class: CreateQueuedListings
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateQueuedListings
- Defined in:
- lib/generators/reso/templates/create_queued_listings.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/generators/reso/templates/create_queued_listings.rb', line 2 def change create_table :queued_listings do |t| t.references :import, index: true, foreign_key: true t.text :listing_data t. null: false end end |