Sha256: f9f1902e443204cb35515397ecc34f0447f39dceb0904460e9cca2f55d0a2800
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
class CreateSkylineHeadingSection < ActiveRecord::Migration def self.up create_table :skyline_heading_sections do |t| t.string :heading, :null => false t.timestamps end end def self.down drop_table :skyline_heading_sections end end
Version data entries
7 entries across 7 versions & 2 rubygems