Sha256: 753fd9598c1be736547e97f12f8d945ffc7855091407552f1946597017b100c2
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
class CreateSkylineContentItemSection < ActiveRecord::Migration def self.up create_table :skyline_content_item_sections do |t| t.string :content_item_type, :null => false t.integer :content_item_id, :null => false t.timestamps end end def self.down drop_table :skyline_content_item_sections end end
Version data entries
7 entries across 7 versions & 2 rubygems