Sha256: 8526143b173d7201c26aaafde6eb58a18188d2f69be0f151a3ff7975037b6ac0
Contents?: true
Size: 379 Bytes
Versions: 15
Compression:
Stored size: 379 Bytes
Contents
# This migration comes from spina (originally 20130412140449) class CreateSpinaPages < ActiveRecord::Migration def change create_table :spina_pages do |t| t.string :title t.string :menu_title t.string :description t.boolean :show_in_menu t.string :position t.string :slug t.integer :deletable t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems