Sha256: c0631d3570462e1f2de310a9414a061fb222f3e87acddb78ebf4468183eecdc1
Contents?: true
Size: 205 Bytes
Versions: 103
Compression:
Stored size: 205 Bytes
Contents
class CreateSpotlightSite < ActiveRecord::Migration[4.2] def change create_table :spotlight_sites do |t| t.string :title t.string :subtitle t.references :masthead end end end
Version data entries
103 entries across 103 versions & 1 rubygems