Sha256: a91e054a0821810b7d0dbb0b4e16ea244eda6ac1f597b37fa7556c8a28a97e7c
Contents?: true
Size: 316 Bytes
Versions: 15
Compression:
Stored size: 316 Bytes
Contents
# This migration comes from spina (originally 20130412175403) class CreateSpinaPageParts < ActiveRecord::Migration def change create_table :spina_page_parts do |t| t.string :name t.integer :position, default: 0 t.string :content_type t.string :tag t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems