Sha256: f4007e4fdfcdc1352f2ba6c38987a299a170146ef30bc04554f4f712f0ffdb36
Contents?: true
Size: 239 Bytes
Versions: 7
Compression:
Stored size: 239 Bytes
Contents
class CreateSkylineLinkSections < ActiveRecord::Migration def self.up create_table :skyline_link_sections do |t| t.string :title t.timestamps end end def self.down drop_table :skyline_link_sections end end
Version data entries
7 entries across 7 versions & 2 rubygems