Sha256: 4b0cc5d25ee2e91eb0bae79ed7358982c34121fd6bffd14361cee522edcb5ecd
Contents?: true
Size: 194 Bytes
Versions: 3
Compression:
Stored size: 194 Bytes
Contents
class CreateFormolPosts < ActiveRecord::Migration def change create_table :formol_posts do |t| t.belongs_to :topic t.text :content t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | db/migrate/20111221123515_create_formol_posts.rb |
formol-0.0.5 | db/migrate/20111221123515_create_formol_posts.rb |
formol-0.0.4 | db/migrate/20111221123515_create_formol_posts.rb |