Sha256: e4c14a7a383dfcb3d3f61864a5a1649c390fd2041d28a4bf2e98f25372be16c9
Contents?: true
Size: 317 Bytes
Versions: 12
Compression:
Stored size: 317 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems