Sha256: 05874d4512601fb75171e80c7b13c8359a2feb5c5823f1802588a3d651b746be
Contents?: true
Size: 333 Bytes
Versions: 16
Compression:
Stored size: 333 Bytes
Contents
class CreateStorytimeSites < ActiveRecord::Migration def change create_table :storytime_sites do |t| t.string :title t.integer :post_slug_style, default: 0 t.string :ga_tracking_id t.integer :root_page_content, default: 0 t.references :root_post, index: true t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems