Sha256: 4b9cdcd728de6906950624ec81b69a28f9bc9de1d10e43341bdc7c7c5dfee484
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
class CreateCommentTypes < ActiveRecord::Migration def self.up create_table :comment_types do |t| t.string :name t.string :applies_to t.timestamps end end def self.down drop_table :comment_types end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_comments-1.0.1 | db/migrate/20100406085611_create_comment_types.rb |
solidus_comments-1.0.0 | db/migrate/20100406085611_create_comment_types.rb |