Sha256: aad766aedb44d7c402a0c2a730e4c07bd892433dd416bbd58553268d177cfe59
Contents?: true
Size: 274 Bytes
Versions: 30
Compression:
Stored size: 274 Bytes
Contents
class CreatePagePartContents < ActiveRecord::Migration def self.up create_table :contents do |t| t.integer :position t.text :content t.references :localized_page t.timestamps end end def self.down drop_table :contents end end
Version data entries
30 entries across 30 versions & 1 rubygems