Class: CreateCargoWikiArticles
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateCargoWikiArticles
- Defined in:
- lib/generators/cargo_wiki/templates/create_cargo_wiki_articles.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/generators/cargo_wiki/templates/create_cargo_wiki_articles.rb', line 2 def change create_table :cargo_wiki_articles do |t| t.string :title t.text :body t. end end |