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