Class: CreateTextPages
- Inherits:
 - 
      ActiveRecord::Migration
      
        
- Object
 - ActiveRecord::Migration
 - CreateTextPages
 
 
- Defined in:
 - lib/generators/dummy/templates/migrations/create_text_pages.rb
 
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
      2 3 4 5 6 7 8  | 
    
      # File 'lib/generators/dummy/templates/migrations/create_text_pages.rb', line 2 def change create_table :text_pages do |t| t.text :text_html t.(null: false) end end  |