Sha256: 7c00585f0a6187e65ac1ae2b2022769a321febc70ee6449edb7f05941f7dbe8b
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 Bytes
Contents
class CreateTestContentObjs < ActiveRecord::Migration def self.up create_table :test_content_objs do |t| t.integer :image_id t.string :header t.timestamps end end def self.down drop_table :test_content_objs end end
Version data entries
7 entries across 7 versions & 2 rubygems